Shades of Dark Pastel Green #02C91A
Tints of Dark Pastel Green #02C91A
RGB
CMYK
RGB Variations
Color information
#02C91A (or 0x02C91A) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 1A. RGB value is (2,201,26). Sum of RGB (Red+Green+Blue) = 2+201+26=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 201 (78.91% from 255 or 87.77% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 201 - color contains mainly: green. Hex color #02C91A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C91A is #FD36E5. Grayscale: #7A7A7A. Windows color (decimal): -16594662 or 1755394. OLE color: 1755394.
HSL color Cylindrical-coordinate representation of color #02C91A: hue angle of 127.24º 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 #02C91A is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 26 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.21 |
| HSL | 127.24º | 0.98% | 0.4% | - |
| HSV(B) | 127.24º | 0.99% | 0.79% | - |
| XYZ | 21.1 | 41.86 | 7.95 | - |
| YUV | 121.55 | 74.07 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 26 | 0.99 | 0 | 0.87 | 0.21 | 127.24 | 0.98 | 0.4 |
| Hex | 2 | C9 | 1A | 63 | 0 | 57 | 15 | 7F | 62 | 28 |
| Octal | 2 | 311 | 32 | 143 | 0 | 127 | 25 | 177 | 142 | 50 |
| Binary | 10 | 11001001 | 11010 | 1100011 | 0 | 1010111 | 10101 | 1111111 | 1100010 | 101000 |
Color Harmonies of #02C91A
Complementary color
Monochromatic Colors of #02C91A
Black with #02C91A
Text Example
Text Example
White with #02C91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C91A; }
p { color: rgb(2,201,26); }
H1.HeaderClassName
{
color: #02C91A;
}
.AnyTagClassName
{
color: #02C91A;
}
</style>
background-color css
<style>
a { background-color: #02C91A; }
a { background-color: rgb(2,201,26); }
div.DivClassName
{
background-color: #02C91A;
}
.BgClassName
{
background-color: #02C91A;
}
</style>
border-color css
<style>
span { border-color: #02C91A; }
span { border-color: rgb(2,201,26); }
td.TdClassName
{
border-color: #02C91A;
}
.TagClassName
{
border-color: #02C91A;
}
</style>