Shades of Citron #9CAA1E
Tints of Citron #9CAA1E
RGB
CMYK
RGB Variations
Color information
#9CAA1E (or 0x9CAA1E) is known color: Citron. HEX triplet: 9C, AA and 1E. RGB value is (156,170,30). Sum of RGB (Red+Green+Blue) = 156+170+30=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA1E is #6355E1. Grayscale: #969696. Windows color (decimal): -6510050 or 2009756. OLE color: 2009756.
HSL color Cylindrical-coordinate representation of color #9CAA1E: hue angle of 66º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9CAA1E is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 30 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.33 |
| HSL | 66º | 0.7% | 0.39% | - |
| HSV(B) | 66º | 0.82% | 0.67% | - |
| XYZ | 28.32 | 35.91 | 6.67 | - |
| YUV | 149.85 | 60.36 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 30 | 0.08 | 0 | 0.82 | 0.33 | 66 | 0.7 | 0.39 |
| Hex | 9C | AA | 1E | 8 | 0 | 52 | 21 | 42 | 46 | 27 |
| Octal | 234 | 252 | 36 | 10 | 0 | 122 | 41 | 102 | 106 | 47 |
| Binary | 10011100 | 10101010 | 11110 | 1000 | 0 | 1010010 | 100001 | 1000010 | 1000110 | 100111 |
Color Harmonies of #9CAA1E
Complementary color
Monochromatic Colors of #9CAA1E
Black with #9CAA1E
Text Example
Text Example
White with #9CAA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA1E; }
p { color: rgb(156,170,30); }
H1.HeaderClassName
{
color: #9CAA1E;
}
.AnyTagClassName
{
color: #9CAA1E;
}
</style>
background-color css
<style>
a { background-color: #9CAA1E; }
a { background-color: rgb(156,170,30); }
div.DivClassName
{
background-color: #9CAA1E;
}
.BgClassName
{
background-color: #9CAA1E;
}
</style>
border-color css
<style>
span { border-color: #9CAA1E; }
span { border-color: rgb(156,170,30); }
td.TdClassName
{
border-color: #9CAA1E;
}
.TagClassName
{
border-color: #9CAA1E;
}
</style>