Shades of Citrus #9CAA05
Tints of Citrus #9CAA05
RGB
CMYK
RGB Variations
Color information
#9CAA05 (or 0x9CAA05) is known color: Citrus. HEX triplet: 9C, AA and 05. RGB value is (156,170,5). Sum of RGB (Red+Green+Blue) = 156+170+5=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAA05 is #6355FA. Grayscale: #939393. Windows color (decimal): -6510075 or 371356. OLE color: 371356.
HSL color Cylindrical-coordinate representation of color #9CAA05: hue angle of 65.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CAA05 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 5 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.33 |
| HSL | 65.09º | 0.94% | 0.34% | - |
| HSV(B) | 65.09º | 0.97% | 0.67% | - |
| XYZ | 28.11 | 35.83 | 5.58 | - |
| YUV | 147 | 47.86 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 5 | 0.08 | 0 | 0.97 | 0.33 | 65.09 | 0.94 | 0.34 |
| Hex | 9C | AA | 5 | 8 | 0 | 61 | 21 | 41 | 5E | 22 |
| Octal | 234 | 252 | 5 | 10 | 0 | 141 | 41 | 101 | 136 | 42 |
| Binary | 10011100 | 10101010 | 101 | 1000 | 0 | 1100001 | 100001 | 1000001 | 1011110 | 100010 |
Color Harmonies of #9CAA05
Complementary color
Monochromatic Colors of #9CAA05
Black with #9CAA05
Text Example
Text Example
White with #9CAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA05; }
p { color: rgb(156,170,5); }
H1.HeaderClassName
{
color: #9CAA05;
}
.AnyTagClassName
{
color: #9CAA05;
}
</style>
background-color css
<style>
a { background-color: #9CAA05; }
a { background-color: rgb(156,170,5); }
div.DivClassName
{
background-color: #9CAA05;
}
.BgClassName
{
background-color: #9CAA05;
}
</style>
border-color css
<style>
span { border-color: #9CAA05; }
span { border-color: rgb(156,170,5); }
td.TdClassName
{
border-color: #9CAA05;
}
.TagClassName
{
border-color: #9CAA05;
}
</style>