Shades of Citrus #9CA200
Tints of Citrus #9CA200
RGB
CMYK
RGB Variations
Color information
#9CA200 (or 0x9CA200) is known color: Citrus. HEX triplet: 9C, A2 and 00. RGB value is (156,162,0). Sum of RGB (Red+Green+Blue) = 156+162+0=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA200 is #635DFF. Grayscale: #8E8E8E. Windows color (decimal): -6512128 or 41628. OLE color: 41628.
HSL color Cylindrical-coordinate representation of color #9CA200: hue angle of 62.22º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CA200 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 162 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.36 |
| HSL | 62.22º | 1% | 0.32% | - |
| HSV(B) | 62.22º | 1% | 0.64% | - |
| XYZ | 26.63 | 32.91 | 4.95 | - |
| YUV | 141.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 0 | 0.04 | 0 | 1 | 0.36 | 62.22 | 1 | 0.32 |
| Hex | 9C | A2 | 0 | 4 | 0 | 64 | 24 | 3E | 64 | 20 |
| Octal | 234 | 242 | 0 | 4 | 0 | 144 | 44 | 76 | 144 | 40 |
| Binary | 10011100 | 10100010 | 0 | 100 | 0 | 1100100 | 100100 | 111110 | 1100100 | 100000 |
Color Harmonies of #9CA200
Complementary color
Monochromatic Colors of #9CA200
Black with #9CA200
Text Example
Text Example
White with #9CA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA200; }
p { color: rgb(156,162,0); }
H1.HeaderClassName
{
color: #9CA200;
}
.AnyTagClassName
{
color: #9CA200;
}
</style>
background-color css
<style>
a { background-color: #9CA200; }
a { background-color: rgb(156,162,0); }
div.DivClassName
{
background-color: #9CA200;
}
.BgClassName
{
background-color: #9CA200;
}
</style>
border-color css
<style>
span { border-color: #9CA200; }
span { border-color: rgb(156,162,0); }
td.TdClassName
{
border-color: #9CA200;
}
.TagClassName
{
border-color: #9CA200;
}
</style>