Shades of Citrus #9EAF16
Tints of Citrus #9EAF16
RGB
CMYK
RGB Variations
Color information
#9EAF16 (or 0x9EAF16) is known color: Citrus. HEX triplet: 9E, AF and 16. RGB value is (158,175,22). Sum of RGB (Red+Green+Blue) = 158+175+22=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAF16 is #6150E9. Grayscale: #999999. Windows color (decimal): -6377706 or 1486750. OLE color: 1486750.
HSL color Cylindrical-coordinate representation of color #9EAF16: hue angle of 66.67º 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 #9EAF16 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 175 | 22 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.31 |
| HSL | 66.67º | 0.78% | 0.39% | - |
| HSV(B) | 66.67º | 0.87% | 0.69% | - |
| XYZ | 29.58 | 37.99 | 6.53 | - |
| YUV | 152.48 | 54.37 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 22 | 0.10 | 0 | 0.87 | 0.31 | 66.67 | 0.78 | 0.39 |
| Hex | 9E | AF | 16 | A | 0 | 57 | 1F | 43 | 4E | 27 |
| Octal | 236 | 257 | 26 | 12 | 0 | 127 | 37 | 103 | 116 | 47 |
| Binary | 10011110 | 10101111 | 10110 | 1010 | 0 | 1010111 | 11111 | 1000011 | 1001110 | 100111 |
Color Harmonies of #9EAF16
Complementary color
Monochromatic Colors of #9EAF16
Black with #9EAF16
Text Example
Text Example
White with #9EAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAF16; }
p { color: rgb(158,175,22); }
H1.HeaderClassName
{
color: #9EAF16;
}
.AnyTagClassName
{
color: #9EAF16;
}
</style>
background-color css
<style>
a { background-color: #9EAF16; }
a { background-color: rgb(158,175,22); }
div.DivClassName
{
background-color: #9EAF16;
}
.BgClassName
{
background-color: #9EAF16;
}
</style>
border-color css
<style>
span { border-color: #9EAF16; }
span { border-color: rgb(158,175,22); }
td.TdClassName
{
border-color: #9EAF16;
}
.TagClassName
{
border-color: #9EAF16;
}
</style>