Shades of Citrus #96AF16
Tints of Citrus #96AF16
RGB
CMYK
RGB Variations
Color information
#96AF16 (or 0x96AF16) is known color: Citrus. HEX triplet: 96, AF and 16. RGB value is (150,175,22). Sum of RGB (Red+Green+Blue) = 150+175+22=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AF16 is #6950E9. Grayscale: #969696. Windows color (decimal): -6901994 or 1486742. OLE color: 1486742.
HSL color Cylindrical-coordinate representation of color #96AF16: hue angle of 69.8º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96AF16 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 22 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.31 |
| HSL | 69.8º | 0.78% | 0.39% | - |
| HSV(B) | 69.8º | 0.87% | 0.69% | - |
| XYZ | 28.05 | 37.2 | 6.46 | - |
| YUV | 150.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 22 | 0.14 | 0 | 0.87 | 0.31 | 69.8 | 0.78 | 0.39 |
| Hex | 96 | AF | 16 | E | 0 | 57 | 1F | 46 | 4E | 27 |
| Octal | 226 | 257 | 26 | 16 | 0 | 127 | 37 | 106 | 116 | 47 |
| Binary | 10010110 | 10101111 | 10110 | 1110 | 0 | 1010111 | 11111 | 1000110 | 1001110 | 100111 |
Color Harmonies of #96AF16
Complementary color
Monochromatic Colors of #96AF16
Black with #96AF16
Text Example
Text Example
White with #96AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF16; }
p { color: rgb(150,175,22); }
H1.HeaderClassName
{
color: #96AF16;
}
.AnyTagClassName
{
color: #96AF16;
}
</style>
background-color css
<style>
a { background-color: #96AF16; }
a { background-color: rgb(150,175,22); }
div.DivClassName
{
background-color: #96AF16;
}
.BgClassName
{
background-color: #96AF16;
}
</style>
border-color css
<style>
span { border-color: #96AF16; }
span { border-color: rgb(150,175,22); }
td.TdClassName
{
border-color: #96AF16;
}
.TagClassName
{
border-color: #96AF16;
}
</style>