Shades of Citrus #9CA20D
Tints of Citrus #9CA20D
RGB
CMYK
RGB Variations
Color information
#9CA20D (or 0x9CA20D) is known color: Citrus. HEX triplet: 9C, A2 and 0D. RGB value is (156,162,13). Sum of RGB (Red+Green+Blue) = 156+162+13=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 162 (63.67% from 255 or 48.94% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA20D is #635DF2. Grayscale: #8F8F8F. Windows color (decimal): -6512115 or 893596. OLE color: 893596.
HSL color Cylindrical-coordinate representation of color #9CA20D: hue angle of 62.42º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CA20D is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 162 | 13 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.36 |
| HSL | 62.42º | 0.85% | 0.34% | - |
| HSV(B) | 62.42º | 0.92% | 0.64% | - |
| XYZ | 26.7 | 32.94 | 5.33 | - |
| YUV | 143.22 | 54.51 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 13 | 0.04 | 0 | 0.92 | 0.36 | 62.42 | 0.85 | 0.34 |
| Hex | 9C | A2 | D | 4 | 0 | 5C | 24 | 3E | 55 | 22 |
| Octal | 234 | 242 | 15 | 4 | 0 | 134 | 44 | 76 | 125 | 42 |
| Binary | 10011100 | 10100010 | 1101 | 100 | 0 | 1011100 | 100100 | 111110 | 1010101 | 100010 |
Color Harmonies of #9CA20D
Complementary color
Monochromatic Colors of #9CA20D
Black with #9CA20D
Text Example
Text Example
White with #9CA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA20D; }
p { color: rgb(156,162,13); }
H1.HeaderClassName
{
color: #9CA20D;
}
.AnyTagClassName
{
color: #9CA20D;
}
</style>
background-color css
<style>
a { background-color: #9CA20D; }
a { background-color: rgb(156,162,13); }
div.DivClassName
{
background-color: #9CA20D;
}
.BgClassName
{
background-color: #9CA20D;
}
</style>
border-color css
<style>
span { border-color: #9CA20D; }
span { border-color: rgb(156,162,13); }
td.TdClassName
{
border-color: #9CA20D;
}
.TagClassName
{
border-color: #9CA20D;
}
</style>