Shades of Citrus #9CC502
Tints of Citrus #9CC502
RGB
CMYK
RGB Variations
Color information
#9CC502 (or 0x9CC502) is known color: Citrus. HEX triplet: 9C, C5 and 02. RGB value is (156,197,2). Sum of RGB (Red+Green+Blue) = 156+197+2=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC502 is #633AFD. Grayscale: #A3A3A3. Windows color (decimal): -6503166 or 181660. OLE color: 181660.
HSL color Cylindrical-coordinate representation of color #9CC502: hue angle of 72.62º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CC502 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 197 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.23 |
| HSL | 72.62º | 0.98% | 0.39% | - |
| HSV(B) | 72.62º | 0.99% | 0.77% | - |
| XYZ | 33.69 | 47 | 7.35 | - |
| YUV | 162.51 | 37.42 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 2 | 0.21 | 0 | 0.99 | 0.23 | 72.62 | 0.98 | 0.39 |
| Hex | 9C | C5 | 2 | 15 | 0 | 63 | 17 | 49 | 62 | 27 |
| Octal | 234 | 305 | 2 | 25 | 0 | 143 | 27 | 111 | 142 | 47 |
| Binary | 10011100 | 11000101 | 10 | 10101 | 0 | 1100011 | 10111 | 1001001 | 1100010 | 100111 |
Color Harmonies of #9CC502
Complementary color
Monochromatic Colors of #9CC502
Black with #9CC502
Text Example
Text Example
White with #9CC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC502; }
p { color: rgb(156,197,2); }
H1.HeaderClassName
{
color: #9CC502;
}
.AnyTagClassName
{
color: #9CC502;
}
</style>
background-color css
<style>
a { background-color: #9CC502; }
a { background-color: rgb(156,197,2); }
div.DivClassName
{
background-color: #9CC502;
}
.BgClassName
{
background-color: #9CC502;
}
</style>
border-color css
<style>
span { border-color: #9CC502; }
span { border-color: rgb(156,197,2); }
td.TdClassName
{
border-color: #9CC502;
}
.TagClassName
{
border-color: #9CC502;
}
</style>