Shades of Citrus #9DAF16
Tints of Citrus #9DAF16
RGB
CMYK
RGB Variations
Color information
#9DAF16 (or 0x9DAF16) is known color: Citrus. HEX triplet: 9D, AF and 16. RGB value is (157,175,22). Sum of RGB (Red+Green+Blue) = 157+175+22=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAF16 is #6250E9. Grayscale: #989898. Windows color (decimal): -6443242 or 1486749. OLE color: 1486749.
HSL color Cylindrical-coordinate representation of color #9DAF16: hue angle of 67.06º 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 #9DAF16 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 175 | 22 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.31 |
| HSL | 67.06º | 0.78% | 0.39% | - |
| HSV(B) | 67.06º | 0.87% | 0.69% | - |
| XYZ | 29.38 | 37.89 | 6.52 | - |
| YUV | 152.18 | 54.54 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 22 | 0.10 | 0 | 0.87 | 0.31 | 67.06 | 0.78 | 0.39 |
| Hex | 9D | AF | 16 | A | 0 | 57 | 1F | 43 | 4E | 27 |
| Octal | 235 | 257 | 26 | 12 | 0 | 127 | 37 | 103 | 116 | 47 |
| Binary | 10011101 | 10101111 | 10110 | 1010 | 0 | 1010111 | 11111 | 1000011 | 1001110 | 100111 |
Color Harmonies of #9DAF16
Complementary color
Monochromatic Colors of #9DAF16
Black with #9DAF16
Text Example
Text Example
White with #9DAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAF16; }
p { color: rgb(157,175,22); }
H1.HeaderClassName
{
color: #9DAF16;
}
.AnyTagClassName
{
color: #9DAF16;
}
</style>
background-color css
<style>
a { background-color: #9DAF16; }
a { background-color: rgb(157,175,22); }
div.DivClassName
{
background-color: #9DAF16;
}
.BgClassName
{
background-color: #9DAF16;
}
</style>
border-color css
<style>
span { border-color: #9DAF16; }
span { border-color: rgb(157,175,22); }
td.TdClassName
{
border-color: #9DAF16;
}
.TagClassName
{
border-color: #9DAF16;
}
</style>