COLOR #99D024

HEX: #99D024 RGB: (153,208,36)

Color info

#99D024 contains mainly red and green colors. Web safe color of #99D024 is #99CC33 (or #9C3).

RGB color model

#99D024 color RGB value is (153,208,36).

RGB: (153,208,36) (60%, 82%, 14%)

RGB channels and saturation

R 153 of 255 = 60%
G 208 of 255 = 82%
B 36 of 255 = 14%

153
208
36

R + G + B ~ 52%. #99D024 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 208 + 36 = 397 (100%)
R 153 of 397 ~ 38.54%
G 208 of 397 ~ 52.39%
B 36 of 397 ~ 9.07'%

%38.54
%52.39

CMYK color model

#99D024 color CMYK value is (26,0,83,18).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 82.69%
  • key color value is 18.43%

CMYK: (26,0,83,18)
C26M0Y83K18 (26%, 0%, 83%, 18%)
(0.26 / 0.00 / 0.83 / 0.18)

CMYK percentages

%26.44
%0
%82.69
%18.43

Codes

Color #99D024 in popluar color models

99 D0 24
RGB 153 208 36
HSL 79° 70.49% 47.84%
HSB/HSV 79° 82.69% 81.57%
CMYK 26.44% 0.00% 82.69%
18.43%

Color #99D024 in popluar number systems.

HEX 99 D0 24
Decimal 153 208 36
Binary 10011001 11010000 100100
Octal 231 320 44

Shades and tints

Shades of #99D024

#99D024
(153,208,36)
#8CBE21
(140,190,33)
#7FAC1E
(127,172,30)
#729A1B
(114,154,27)
#658818
(101,136,24)
#587615
(88,118,21)
#4B6412
(75,100,18)
#3E520F
(62,82,15)
#31400C
(49,64,12)
#242E09
(36,46,9)
#171C06
(23,28,6)
#000000
(0,0,0)

Tints of #99D024

#99D024
(153,208,36)
#A2D437
(162,212,55)
#ABD84A
(171,216,74)
#B4DC5D
(180,220,93)
#BDE070
(189,224,112)
#C6E483
(198,228,131)
#CFE896
(207,232,150)
#D8ECA9
(216,236,169)
#E1F0BC
(225,240,188)
#EAF4CF
(234,244,207)
#F3F8E2
(243,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D024 color. Also use rgb(153,208,36) instead hex code.

Text Font Color

.myTextColor { color: #99D024; }

<p style="color:#99D024">This sample text font color is #99D024.</p>

This text font color is #99D024.

Background Color

.myBgColor { background-color: #99D024; }

<div style="background-color:#99D024">Inner text</div>

This div background color is #99D024.

Border color

.myBorderColor { border: 1px solid #99D024; }

<div style="border:3px solid #99D024">Div</div>

This div border color is #99D024.

Opacity

.myOpacity80 { color: #99D024; opacity: 0.8; }

<p style="color:#99D024;opacity:0.8;">80%</p>

Text with #99D024 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #99D024;}

<p style="text-shadow: 3px 3px 1px #99D024">Text here.</p>

This text has shadow with #99D024 color.


.textShadow {text-shadow: 3px 3px 1px #99D024', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #99D024, 5px 5px 20px red">Text here.</p>

This text has shadow with #99D024 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#99D024, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#99D024, Direction=45, Strength=4)">Text</p>

This text has shadow with #99D024 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #99D024;
-webkit-box-shadow: 1px 1px 3px 2px #99D024;
box-shadow: 1px 1px 3px 2px #99D024;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99D024; -webkit-box-shadow: 1px 1px 3px 2px #99D024; box-shadow:1px 1px 3px 2px #99D024;">
Div content here
</div>

This div box has shadow with color #99D024.

Preview

Color preview on black background

This text has color #99D024 on black background.


Color preview on white background

This text has color #99D024 on white background.


Black color preview on #99D024 background

This text has black color on #99D024 background.


White color preview on #99D024 background

This text has white color on #99D024 background.


Related colors

Complementary color

Complementary color for #hex is #662FDB.


I love getcolorcode.com

Triadic colors

1 #2499D0 and #D02499 with #99D024 are triadic colors.

2 #24D099 and #D09924 with #99D024 are triadic colors.