Shades of Citrus #9CC602
Tints of Citrus #9CC602
RGB
CMYK
RGB Variations
Color information
#9CC602 (or 0x9CC602) is known color: Citrus. HEX triplet: 9C, C6 and 02. RGB value is (156,198,2). Sum of RGB (Red+Green+Blue) = 156+198+2=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC602 is #6339FD. Grayscale: #A3A3A3. Windows color (decimal): -6502910 or 181916. OLE color: 181916.
HSL color Cylindrical-coordinate representation of color #9CC602: hue angle of 72.86º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CC602 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 198 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.22 |
| HSL | 72.86º | 0.98% | 0.39% | - |
| HSV(B) | 72.86º | 0.99% | 0.78% | - |
| XYZ | 33.92 | 47.46 | 7.43 | - |
| YUV | 163.1 | 37.09 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 2 | 0.21 | 0 | 0.99 | 0.22 | 72.86 | 0.98 | 0.39 |
| Hex | 9C | C6 | 2 | 15 | 0 | 63 | 16 | 49 | 62 | 27 |
| Octal | 234 | 306 | 2 | 25 | 0 | 143 | 26 | 111 | 142 | 47 |
| Binary | 10011100 | 11000110 | 10 | 10101 | 0 | 1100011 | 10110 | 1001001 | 1100010 | 100111 |
Color Harmonies of #9CC602
Complementary color
Monochromatic Colors of #9CC602
Black with #9CC602
Text Example
Text Example
White with #9CC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC602; }
p { color: rgb(156,198,2); }
H1.HeaderClassName
{
color: #9CC602;
}
.AnyTagClassName
{
color: #9CC602;
}
</style>
background-color css
<style>
a { background-color: #9CC602; }
a { background-color: rgb(156,198,2); }
div.DivClassName
{
background-color: #9CC602;
}
.BgClassName
{
background-color: #9CC602;
}
</style>
border-color css
<style>
span { border-color: #9CC602; }
span { border-color: rgb(156,198,2); }
td.TdClassName
{
border-color: #9CC602;
}
.TagClassName
{
border-color: #9CC602;
}
</style>