Shades of Citrus #8CC902
Tints of Citrus #8CC902
RGB
CMYK
RGB Variations
Color information
#8CC902 (or 0x8CC902) is known color: Citrus. HEX triplet: 8C, C9 and 02. RGB value is (140,201,2). Sum of RGB (Red+Green+Blue) = 140+201+2=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 201 (78.91% from 255 or 58.60% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC902 is #7336FD. Grayscale: #A0A0A0. Windows color (decimal): -7550718 or 182668. OLE color: 182668.
HSL color Cylindrical-coordinate representation of color #8CC902: hue angle of 78.39º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CC902 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.21 |
| HSL | 78.39º | 0.98% | 0.4% | - |
| HSV(B) | 78.39º | 0.99% | 0.79% | - |
| XYZ | 31.71 | 47.35 | 7.53 | - |
| YUV | 160.08 | 38.79 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 2 | 0.30 | 0 | 0.99 | 0.21 | 78.39 | 0.98 | 0.4 |
| Hex | 8C | C9 | 2 | 1E | 0 | 63 | 15 | 4E | 62 | 28 |
| Octal | 214 | 311 | 2 | 36 | 0 | 143 | 25 | 116 | 142 | 50 |
| Binary | 10001100 | 11001001 | 10 | 11110 | 0 | 1100011 | 10101 | 1001110 | 1100010 | 101000 |
Color Harmonies of #8CC902
Complementary color
Monochromatic Colors of #8CC902
Black with #8CC902
Text Example
Text Example
White with #8CC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC902; }
p { color: rgb(140,201,2); }
H1.HeaderClassName
{
color: #8CC902;
}
.AnyTagClassName
{
color: #8CC902;
}
</style>
background-color css
<style>
a { background-color: #8CC902; }
a { background-color: rgb(140,201,2); }
div.DivClassName
{
background-color: #8CC902;
}
.BgClassName
{
background-color: #8CC902;
}
</style>
border-color css
<style>
span { border-color: #8CC902; }
span { border-color: rgb(140,201,2); }
td.TdClassName
{
border-color: #8CC902;
}
.TagClassName
{
border-color: #8CC902;
}
</style>