Shades of Citrus #9CAA08
Tints of Citrus #9CAA08
RGB
CMYK
RGB Variations
Color information
#9CAA08 (or 0x9CAA08) is known color: Citrus. HEX triplet: 9C, AA and 08. RGB value is (156,170,8). Sum of RGB (Red+Green+Blue) = 156+170+8=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAA08 is #6355F7. Grayscale: #939393. Windows color (decimal): -6510072 or 567964. OLE color: 567964.
HSL color Cylindrical-coordinate representation of color #9CAA08: hue angle of 65.19º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CAA08 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 8 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.33 |
| HSL | 65.19º | 0.91% | 0.35% | - |
| HSV(B) | 65.19º | 0.95% | 0.67% | - |
| XYZ | 28.13 | 35.83 | 5.66 | - |
| YUV | 147.35 | 49.36 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 8 | 0.08 | 0 | 0.95 | 0.33 | 65.19 | 0.91 | 0.35 |
| Hex | 9C | AA | 8 | 8 | 0 | 5F | 21 | 41 | 5B | 23 |
| Octal | 234 | 252 | 10 | 10 | 0 | 137 | 41 | 101 | 133 | 43 |
| Binary | 10011100 | 10101010 | 1000 | 1000 | 0 | 1011111 | 100001 | 1000001 | 1011011 | 100011 |
Color Harmonies of #9CAA08
Complementary color
Monochromatic Colors of #9CAA08
Black with #9CAA08
Text Example
Text Example
White with #9CAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA08; }
p { color: rgb(156,170,8); }
H1.HeaderClassName
{
color: #9CAA08;
}
.AnyTagClassName
{
color: #9CAA08;
}
</style>
background-color css
<style>
a { background-color: #9CAA08; }
a { background-color: rgb(156,170,8); }
div.DivClassName
{
background-color: #9CAA08;
}
.BgClassName
{
background-color: #9CAA08;
}
</style>
border-color css
<style>
span { border-color: #9CAA08; }
span { border-color: rgb(156,170,8); }
td.TdClassName
{
border-color: #9CAA08;
}
.TagClassName
{
border-color: #9CAA08;
}
</style>