Shades of Dark Pastel Green #02C816
Tints of Dark Pastel Green #02C816
RGB
CMYK
RGB Variations
Color information
#02C816 (or 0x02C816) is known color: Dark Pastel Green. HEX triplet: 02, C8 and 16. RGB value is (2,200,22). Sum of RGB (Red+Green+Blue) = 2+200+22=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 200 (78.52% from 255 or 89.29% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 200 - color contains mainly: green. Hex color #02C816 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C816 is #FD37E9. Grayscale: #797979. Windows color (decimal): -16594922 or 1492994. OLE color: 1492994.
HSL color Cylindrical-coordinate representation of color #02C816: hue angle of 126.06º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C816 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 22 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.22 |
| HSL | 126.06º | 0.98% | 0.4% | - |
| HSV(B) | 126.06º | 0.99% | 0.78% | - |
| XYZ | 20.82 | 41.38 | 7.65 | - |
| YUV | 120.51 | 72.4 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 22 | 0.99 | 0 | 0.89 | 0.22 | 126.06 | 0.98 | 0.4 |
| Hex | 2 | C8 | 16 | 63 | 0 | 59 | 16 | 7E | 62 | 28 |
| Octal | 2 | 310 | 26 | 143 | 0 | 131 | 26 | 176 | 142 | 50 |
| Binary | 10 | 11001000 | 10110 | 1100011 | 0 | 1011001 | 10110 | 1111110 | 1100010 | 101000 |
Color Harmonies of #02C816
Complementary color
Monochromatic Colors of #02C816
Black with #02C816
Text Example
Text Example
White with #02C816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C816; }
p { color: rgb(2,200,22); }
H1.HeaderClassName
{
color: #02C816;
}
.AnyTagClassName
{
color: #02C816;
}
</style>
background-color css
<style>
a { background-color: #02C816; }
a { background-color: rgb(2,200,22); }
div.DivClassName
{
background-color: #02C816;
}
.BgClassName
{
background-color: #02C816;
}
</style>
border-color css
<style>
span { border-color: #02C816; }
span { border-color: rgb(2,200,22); }
td.TdClassName
{
border-color: #02C816;
}
.TagClassName
{
border-color: #02C816;
}
</style>