Shades of Citrus #9AAC0F
Tints of Citrus #9AAC0F
RGB
CMYK
RGB Variations
Color information
#9AAC0F (or 0x9AAC0F) is known color: Citrus. HEX triplet: 9A, AC and 0F. RGB value is (154,172,15). Sum of RGB (Red+Green+Blue) = 154+172+15=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAC0F is #6553F0. Grayscale: #959595. Windows color (decimal): -6640625 or 1027226. OLE color: 1027226.
HSL color Cylindrical-coordinate representation of color #9AAC0F: hue angle of 66.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AAC0F is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 15 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.33 |
| HSL | 66.88º | 0.84% | 0.37% | - |
| HSV(B) | 66.88º | 0.91% | 0.67% | - |
| XYZ | 28.17 | 36.41 | 6 | - |
| YUV | 148.72 | 52.54 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 15 | 0.10 | 0 | 0.91 | 0.33 | 66.88 | 0.84 | 0.37 |
| Hex | 9A | AC | F | A | 0 | 5B | 21 | 43 | 54 | 25 |
| Octal | 232 | 254 | 17 | 12 | 0 | 133 | 41 | 103 | 124 | 45 |
| Binary | 10011010 | 10101100 | 1111 | 1010 | 0 | 1011011 | 100001 | 1000011 | 1010100 | 100101 |
Color Harmonies of #9AAC0F
Complementary color
Monochromatic Colors of #9AAC0F
Black with #9AAC0F
Text Example
Text Example
White with #9AAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC0F; }
p { color: rgb(154,172,15); }
H1.HeaderClassName
{
color: #9AAC0F;
}
.AnyTagClassName
{
color: #9AAC0F;
}
</style>
background-color css
<style>
a { background-color: #9AAC0F; }
a { background-color: rgb(154,172,15); }
div.DivClassName
{
background-color: #9AAC0F;
}
.BgClassName
{
background-color: #9AAC0F;
}
</style>
border-color css
<style>
span { border-color: #9AAC0F; }
span { border-color: rgb(154,172,15); }
td.TdClassName
{
border-color: #9AAC0F;
}
.TagClassName
{
border-color: #9AAC0F;
}
</style>