Shades of Citrus #9CC102
Tints of Citrus #9CC102
RGB
CMYK
RGB Variations
Color information
#9CC102 (or 0x9CC102) is known color: Citrus. HEX triplet: 9C, C1 and 02. RGB value is (156,193,2). Sum of RGB (Red+Green+Blue) = 156+193+2=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC102 is #633EFD. Grayscale: #A0A0A0. Windows color (decimal): -6504190 or 180636. OLE color: 180636.
HSL color Cylindrical-coordinate representation of color #9CC102: hue angle of 71.62º 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 #9CC102 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.24 |
| HSL | 71.62º | 0.98% | 0.38% | - |
| HSV(B) | 71.62º | 0.99% | 0.76% | - |
| XYZ | 32.79 | 45.21 | 7.06 | - |
| YUV | 160.16 | 38.74 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 2 | 0.19 | 0 | 0.99 | 0.24 | 71.62 | 0.98 | 0.38 |
| Hex | 9C | C1 | 2 | 13 | 0 | 63 | 18 | 48 | 62 | 26 |
| Octal | 234 | 301 | 2 | 23 | 0 | 143 | 30 | 110 | 142 | 46 |
| Binary | 10011100 | 11000001 | 10 | 10011 | 0 | 1100011 | 11000 | 1001000 | 1100010 | 100110 |
Color Harmonies of #9CC102
Complementary color
Monochromatic Colors of #9CC102
Black with #9CC102
Text Example
Text Example
White with #9CC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC102; }
p { color: rgb(156,193,2); }
H1.HeaderClassName
{
color: #9CC102;
}
.AnyTagClassName
{
color: #9CC102;
}
</style>
background-color css
<style>
a { background-color: #9CC102; }
a { background-color: rgb(156,193,2); }
div.DivClassName
{
background-color: #9CC102;
}
.BgClassName
{
background-color: #9CC102;
}
</style>
border-color css
<style>
span { border-color: #9CC102; }
span { border-color: rgb(156,193,2); }
td.TdClassName
{
border-color: #9CC102;
}
.TagClassName
{
border-color: #9CC102;
}
</style>