Shades of Dark Pastel Green #02C154
Tints of Dark Pastel Green #02C154
RGB
CMYK
RGB Variations
Color information
#02C154 (or 0x02C154) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 54. RGB value is (2,193,84). Sum of RGB (Red+Green+Blue) = 2+193+84=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 193 (75.78% from 255 or 69.18% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 193 - color contains mainly: green. Hex color #02C154 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C154 is #FD3EAB. Grayscale: #7B7B7B. Windows color (decimal): -16596652 or 5554434. OLE color: 5554434.
HSL color Cylindrical-coordinate representation of color #02C154: hue angle of 145.76º 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 #02C154 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 84 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.24 |
| HSL | 145.76º | 0.98% | 0.38% | - |
| HSV(B) | 145.76º | 0.99% | 0.76% | - |
| XYZ | 20.7 | 38.79 | 14.78 | - |
| YUV | 123.47 | 105.72 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 84 | 0.99 | 0 | 0.56 | 0.24 | 145.76 | 0.98 | 0.38 |
| Hex | 2 | C1 | 54 | 63 | 0 | 38 | 18 | 92 | 62 | 26 |
| Octal | 2 | 301 | 124 | 143 | 0 | 70 | 30 | 222 | 142 | 46 |
| Binary | 10 | 11000001 | 1010100 | 1100011 | 0 | 111000 | 11000 | 10010010 | 1100010 | 100110 |
Color Harmonies of #02C154
Complementary color
Monochromatic Colors of #02C154
Black with #02C154
Text Example
Text Example
White with #02C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C154; }
p { color: rgb(2,193,84); }
H1.HeaderClassName
{
color: #02C154;
}
.AnyTagClassName
{
color: #02C154;
}
</style>
background-color css
<style>
a { background-color: #02C154; }
a { background-color: rgb(2,193,84); }
div.DivClassName
{
background-color: #02C154;
}
.BgClassName
{
background-color: #02C154;
}
</style>
border-color css
<style>
span { border-color: #02C154; }
span { border-color: rgb(2,193,84); }
td.TdClassName
{
border-color: #02C154;
}
.TagClassName
{
border-color: #02C154;
}
</style>