Shades of Citrus #9AAF0A
Tints of Citrus #9AAF0A
RGB
CMYK
RGB Variations
Color information
#9AAF0A (or 0x9AAF0A) is known color: Citrus. HEX triplet: 9A, AF and 0A. RGB value is (154,175,10). Sum of RGB (Red+Green+Blue) = 154+175+10=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAF0A is #6550F5. Grayscale: #969696. Windows color (decimal): -6639862 or 700314. OLE color: 700314.
HSL color Cylindrical-coordinate representation of color #9AAF0A: hue angle of 67.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AAF0A is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 10 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.31 |
| HSL | 67.64º | 0.89% | 0.36% | - |
| HSV(B) | 67.64º | 0.94% | 0.69% | - |
| XYZ | 28.71 | 37.55 | 6.02 | - |
| YUV | 149.91 | 49.04 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 10 | 0.12 | 0 | 0.94 | 0.31 | 67.64 | 0.89 | 0.36 |
| Hex | 9A | AF | A | C | 0 | 5E | 1F | 44 | 59 | 24 |
| Octal | 232 | 257 | 12 | 14 | 0 | 136 | 37 | 104 | 131 | 44 |
| Binary | 10011010 | 10101111 | 1010 | 1100 | 0 | 1011110 | 11111 | 1000100 | 1011001 | 100100 |
Color Harmonies of #9AAF0A
Complementary color
Monochromatic Colors of #9AAF0A
Black with #9AAF0A
Text Example
Text Example
White with #9AAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF0A; }
p { color: rgb(154,175,10); }
H1.HeaderClassName
{
color: #9AAF0A;
}
.AnyTagClassName
{
color: #9AAF0A;
}
</style>
background-color css
<style>
a { background-color: #9AAF0A; }
a { background-color: rgb(154,175,10); }
div.DivClassName
{
background-color: #9AAF0A;
}
.BgClassName
{
background-color: #9AAF0A;
}
</style>
border-color css
<style>
span { border-color: #9AAF0A; }
span { border-color: rgb(154,175,10); }
td.TdClassName
{
border-color: #9AAF0A;
}
.TagClassName
{
border-color: #9AAF0A;
}
</style>