Shades of Citrus #9CAA1A
Tints of Citrus #9CAA1A
RGB
CMYK
RGB Variations
Color information
#9CAA1A (or 0x9CAA1A) is known color: Citrus. HEX triplet: 9C, AA and 1A. RGB value is (156,170,26). Sum of RGB (Red+Green+Blue) = 156+170+26=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA1A is #6355E5. Grayscale: #959595. Windows color (decimal): -6510054 or 1747612. OLE color: 1747612.
HSL color Cylindrical-coordinate representation of color #9CAA1A: hue angle of 65.83º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9CAA1A is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 26 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.33 |
| HSL | 65.83º | 0.73% | 0.38% | - |
| HSV(B) | 65.83º | 0.85% | 0.67% | - |
| XYZ | 28.27 | 35.89 | 6.42 | - |
| YUV | 149.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 26 | 0.08 | 0 | 0.85 | 0.33 | 65.83 | 0.73 | 0.38 |
| Hex | 9C | AA | 1A | 8 | 0 | 55 | 21 | 42 | 49 | 26 |
| Octal | 234 | 252 | 32 | 10 | 0 | 125 | 41 | 102 | 111 | 46 |
| Binary | 10011100 | 10101010 | 11010 | 1000 | 0 | 1010101 | 100001 | 1000010 | 1001001 | 100110 |
Color Harmonies of #9CAA1A
Complementary color
Monochromatic Colors of #9CAA1A
Black with #9CAA1A
Text Example
Text Example
White with #9CAA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA1A; }
p { color: rgb(156,170,26); }
H1.HeaderClassName
{
color: #9CAA1A;
}
.AnyTagClassName
{
color: #9CAA1A;
}
</style>
background-color css
<style>
a { background-color: #9CAA1A; }
a { background-color: rgb(156,170,26); }
div.DivClassName
{
background-color: #9CAA1A;
}
.BgClassName
{
background-color: #9CAA1A;
}
</style>
border-color css
<style>
span { border-color: #9CAA1A; }
span { border-color: rgb(156,170,26); }
td.TdClassName
{
border-color: #9CAA1A;
}
.TagClassName
{
border-color: #9CAA1A;
}
</style>