Shades of Citrus #96AD18
Tints of Citrus #96AD18
RGB
CMYK
RGB Variations
Color information
#96AD18 (or 0x96AD18) is known color: Citrus. HEX triplet: 96, AD and 18. RGB value is (150,173,24). Sum of RGB (Red+Green+Blue) = 150+173+24=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AD18 is #6952E7. Grayscale: #959595. Windows color (decimal): -6902504 or 1617302. OLE color: 1617302.
HSL color Cylindrical-coordinate representation of color #96AD18: hue angle of 69.26º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96AD18 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 24 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.32 |
| HSL | 69.26º | 0.76% | 0.39% | - |
| HSV(B) | 69.26º | 0.86% | 0.68% | - |
| XYZ | 27.69 | 36.44 | 6.44 | - |
| YUV | 149.14 | 57.38 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 24 | 0.13 | 0 | 0.86 | 0.32 | 69.26 | 0.76 | 0.39 |
| Hex | 96 | AD | 18 | D | 0 | 56 | 20 | 45 | 4C | 27 |
| Octal | 226 | 255 | 30 | 15 | 0 | 126 | 40 | 105 | 114 | 47 |
| Binary | 10010110 | 10101101 | 11000 | 1101 | 0 | 1010110 | 100000 | 1000101 | 1001100 | 100111 |
Color Harmonies of #96AD18
Complementary color
Monochromatic Colors of #96AD18
Black with #96AD18
Text Example
Text Example
White with #96AD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD18; }
p { color: rgb(150,173,24); }
H1.HeaderClassName
{
color: #96AD18;
}
.AnyTagClassName
{
color: #96AD18;
}
</style>
background-color css
<style>
a { background-color: #96AD18; }
a { background-color: rgb(150,173,24); }
div.DivClassName
{
background-color: #96AD18;
}
.BgClassName
{
background-color: #96AD18;
}
</style>
border-color css
<style>
span { border-color: #96AD18; }
span { border-color: rgb(150,173,24); }
td.TdClassName
{
border-color: #96AD18;
}
.TagClassName
{
border-color: #96AD18;
}
</style>