Shades of Citrus #9AAF07
Tints of Citrus #9AAF07
RGB
CMYK
RGB Variations
Color information
#9AAF07 (or 0x9AAF07) is known color: Citrus. HEX triplet: 9A, AF and 07. RGB value is (154,175,7). Sum of RGB (Red+Green+Blue) = 154+175+7=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAF07 is #6550F8. Grayscale: #969696. Windows color (decimal): -6639865 or 503706. OLE color: 503706.
HSL color Cylindrical-coordinate representation of color #9AAF07: hue angle of 67.5º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AAF07 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 7 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.31 |
| HSL | 67.5º | 0.92% | 0.36% | - |
| HSV(B) | 67.5º | 0.96% | 0.69% | - |
| XYZ | 28.69 | 37.55 | 5.94 | - |
| YUV | 149.57 | 47.54 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 7 | 0.12 | 0 | 0.96 | 0.31 | 67.5 | 0.92 | 0.36 |
| Hex | 9A | AF | 7 | C | 0 | 60 | 1F | 44 | 5C | 24 |
| Octal | 232 | 257 | 7 | 14 | 0 | 140 | 37 | 104 | 134 | 44 |
| Binary | 10011010 | 10101111 | 111 | 1100 | 0 | 1100000 | 11111 | 1000100 | 1011100 | 100100 |
Color Harmonies of #9AAF07
Complementary color
Monochromatic Colors of #9AAF07
Black with #9AAF07
Text Example
Text Example
White with #9AAF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF07; }
p { color: rgb(154,175,7); }
H1.HeaderClassName
{
color: #9AAF07;
}
.AnyTagClassName
{
color: #9AAF07;
}
</style>
background-color css
<style>
a { background-color: #9AAF07; }
a { background-color: rgb(154,175,7); }
div.DivClassName
{
background-color: #9AAF07;
}
.BgClassName
{
background-color: #9AAF07;
}
</style>
border-color css
<style>
span { border-color: #9AAF07; }
span { border-color: rgb(154,175,7); }
td.TdClassName
{
border-color: #9AAF07;
}
.TagClassName
{
border-color: #9AAF07;
}
</style>