Shades of Citrus #9CC202
Tints of Citrus #9CC202
RGB
CMYK
RGB Variations
Color information
#9CC202 (or 0x9CC202) is known color: Citrus. HEX triplet: 9C, C2 and 02. RGB value is (156,194,2). Sum of RGB (Red+Green+Blue) = 156+194+2=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC202 is #633DFD. Grayscale: #A1A1A1. Windows color (decimal): -6503934 or 180892. OLE color: 180892.
HSL color Cylindrical-coordinate representation of color #9CC202: hue angle of 71.88º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CC202 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.24 |
| HSL | 71.88º | 0.98% | 0.38% | - |
| HSV(B) | 71.88º | 0.99% | 0.76% | - |
| XYZ | 33.01 | 45.66 | 7.13 | - |
| YUV | 160.75 | 38.41 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 2 | 0.20 | 0 | 0.99 | 0.24 | 71.88 | 0.98 | 0.38 |
| Hex | 9C | C2 | 2 | 14 | 0 | 63 | 18 | 48 | 62 | 26 |
| Octal | 234 | 302 | 2 | 24 | 0 | 143 | 30 | 110 | 142 | 46 |
| Binary | 10011100 | 11000010 | 10 | 10100 | 0 | 1100011 | 11000 | 1001000 | 1100010 | 100110 |
Color Harmonies of #9CC202
Complementary color
Monochromatic Colors of #9CC202
Black with #9CC202
Text Example
Text Example
White with #9CC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC202; }
p { color: rgb(156,194,2); }
H1.HeaderClassName
{
color: #9CC202;
}
.AnyTagClassName
{
color: #9CC202;
}
</style>
background-color css
<style>
a { background-color: #9CC202; }
a { background-color: rgb(156,194,2); }
div.DivClassName
{
background-color: #9CC202;
}
.BgClassName
{
background-color: #9CC202;
}
</style>
border-color css
<style>
span { border-color: #9CC202; }
span { border-color: rgb(156,194,2); }
td.TdClassName
{
border-color: #9CC202;
}
.TagClassName
{
border-color: #9CC202;
}
</style>