Shades of Citrus #9AAC02
Tints of Citrus #9AAC02
RGB
CMYK
RGB Variations
Color information
#9AAC02 (or 0x9AAC02) is known color: Citrus. HEX triplet: 9A, AC and 02. RGB value is (154,172,2). Sum of RGB (Red+Green+Blue) = 154+172+2=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAC02 is #6553FD. Grayscale: #939393. Windows color (decimal): -6640638 or 175258. OLE color: 175258.
HSL color Cylindrical-coordinate representation of color #9AAC02: hue angle of 66.35º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AAC02 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.33 |
| HSL | 66.35º | 0.98% | 0.34% | - |
| HSV(B) | 66.35º | 0.99% | 0.67% | - |
| XYZ | 28.09 | 36.38 | 5.6 | - |
| YUV | 147.24 | 46.04 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 2 | 0.10 | 0 | 0.99 | 0.33 | 66.35 | 0.98 | 0.34 |
| Hex | 9A | AC | 2 | A | 0 | 63 | 21 | 42 | 62 | 22 |
| Octal | 232 | 254 | 2 | 12 | 0 | 143 | 41 | 102 | 142 | 42 |
| Binary | 10011010 | 10101100 | 10 | 1010 | 0 | 1100011 | 100001 | 1000010 | 1100010 | 100010 |
Color Harmonies of #9AAC02
Complementary color
Monochromatic Colors of #9AAC02
Black with #9AAC02
Text Example
Text Example
White with #9AAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC02; }
p { color: rgb(154,172,2); }
H1.HeaderClassName
{
color: #9AAC02;
}
.AnyTagClassName
{
color: #9AAC02;
}
</style>
background-color css
<style>
a { background-color: #9AAC02; }
a { background-color: rgb(154,172,2); }
div.DivClassName
{
background-color: #9AAC02;
}
.BgClassName
{
background-color: #9AAC02;
}
</style>
border-color css
<style>
span { border-color: #9AAC02; }
span { border-color: rgb(154,172,2); }
td.TdClassName
{
border-color: #9AAC02;
}
.TagClassName
{
border-color: #9AAC02;
}
</style>