Shades of Yellow Green #99D018
Tints of Yellow Green #99D018
RGB
CMYK
RGB Variations
Color information
#99D018 (or 0x99D018) is known color: Yellow Green. HEX triplet: 99, D0 and 18. RGB value is (153,208,24). Sum of RGB (Red+Green+Blue) = 153+208+24=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #99D018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D018 is #662FE7. Grayscale: #ABABAB. Windows color (decimal): -6696936 or 1626265. OLE color: 1626265.
HSL color Cylindrical-coordinate representation of color #99D018: hue angle of 77.93º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99D018 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 24 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.18 |
| HSL | 77.93º | 0.79% | 0.45% | - |
| HSV(B) | 77.93º | 0.88% | 0.82% | - |
| XYZ | 35.86 | 51.95 | 9 | - |
| YUV | 170.58 | 45.28 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 24 | 0.26 | 0 | 0.88 | 0.18 | 77.93 | 0.79 | 0.45 |
| Hex | 99 | D0 | 18 | 1A | 0 | 58 | 12 | 4E | 4F | 2D |
| Octal | 231 | 320 | 30 | 32 | 0 | 130 | 22 | 116 | 117 | 55 |
| Binary | 10011001 | 11010000 | 11000 | 11010 | 0 | 1011000 | 10010 | 1001110 | 1001111 | 101101 |
Color Harmonies of #99D018
Complementary color
Monochromatic Colors of #99D018
Black with #99D018
Text Example
Text Example
White with #99D018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D018; }
p { color: rgb(153,208,24); }
H1.HeaderClassName
{
color: #99D018;
}
.AnyTagClassName
{
color: #99D018;
}
</style>
background-color css
<style>
a { background-color: #99D018; }
a { background-color: rgb(153,208,24); }
div.DivClassName
{
background-color: #99D018;
}
.BgClassName
{
background-color: #99D018;
}
</style>
border-color css
<style>
span { border-color: #99D018; }
span { border-color: rgb(153,208,24); }
td.TdClassName
{
border-color: #99D018;
}
.TagClassName
{
border-color: #99D018;
}
</style>