Shades of Citrus #9AAF16
Tints of Citrus #9AAF16
RGB
CMYK
RGB Variations
Color information
#9AAF16 (or 0x9AAF16) is known color: Citrus. HEX triplet: 9A, AF and 16. RGB value is (154,175,22). Sum of RGB (Red+Green+Blue) = 154+175+22=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAF16 is #6550E9. Grayscale: #979797. Windows color (decimal): -6639850 or 1486746. OLE color: 1486746.
HSL color Cylindrical-coordinate representation of color #9AAF16: hue angle of 68.24º 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 #9AAF16 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 22 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.31 |
| HSL | 68.24º | 0.78% | 0.39% | - |
| HSV(B) | 68.24º | 0.87% | 0.69% | - |
| XYZ | 28.8 | 37.59 | 6.5 | - |
| YUV | 151.28 | 55.04 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 22 | 0.12 | 0 | 0.87 | 0.31 | 68.24 | 0.78 | 0.39 |
| Hex | 9A | AF | 16 | C | 0 | 57 | 1F | 44 | 4E | 27 |
| Octal | 232 | 257 | 26 | 14 | 0 | 127 | 37 | 104 | 116 | 47 |
| Binary | 10011010 | 10101111 | 10110 | 1100 | 0 | 1010111 | 11111 | 1000100 | 1001110 | 100111 |
Color Harmonies of #9AAF16
Complementary color
Monochromatic Colors of #9AAF16
Black with #9AAF16
Text Example
Text Example
White with #9AAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF16; }
p { color: rgb(154,175,22); }
H1.HeaderClassName
{
color: #9AAF16;
}
.AnyTagClassName
{
color: #9AAF16;
}
</style>
background-color css
<style>
a { background-color: #9AAF16; }
a { background-color: rgb(154,175,22); }
div.DivClassName
{
background-color: #9AAF16;
}
.BgClassName
{
background-color: #9AAF16;
}
</style>
border-color css
<style>
span { border-color: #9AAF16; }
span { border-color: rgb(154,175,22); }
td.TdClassName
{
border-color: #9AAF16;
}
.TagClassName
{
border-color: #9AAF16;
}
</style>