Shades of Dark Pastel Green #01C252
Tints of Dark Pastel Green #01C252
RGB
CMYK
RGB Variations
Color information
#01C252 (or 0x01C252) is known color: Dark Pastel Green. HEX triplet: 01, C2 and 52. RGB value is (1,194,82). Sum of RGB (Red+Green+Blue) = 1+194+82=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 194 (76.17% from 255 or 70.04% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 194 - color contains mainly: green. Hex color #01C252 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C252 is #FE3DAD. Grayscale: #7B7B7B. Windows color (decimal): -16661934 or 5423617. OLE color: 5423617.
HSL color Cylindrical-coordinate representation of color #01C252: hue angle of 145.18º degrees, saturation: 0.99, 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 #01C252 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 194 | 82 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.24 |
| HSL | 145.18º | 0.99% | 0.38% | - |
| HSV(B) | 145.18º | 0.99% | 0.76% | - |
| XYZ | 20.83 | 39.2 | 14.45 | - |
| YUV | 123.53 | 104.56 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 82 | 0.99 | 0 | 0.58 | 0.24 | 145.18 | 0.99 | 0.38 |
| Hex | 1 | C2 | 52 | 63 | 0 | 3A | 18 | 91 | 63 | 26 |
| Octal | 1 | 302 | 122 | 143 | 0 | 72 | 30 | 221 | 143 | 46 |
| Binary | 1 | 11000010 | 1010010 | 1100011 | 0 | 111010 | 11000 | 10010001 | 1100011 | 100110 |
Color Harmonies of #01C252
Complementary color
Monochromatic Colors of #01C252
Black with #01C252
Text Example
Text Example
White with #01C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C252; }
p { color: rgb(1,194,82); }
H1.HeaderClassName
{
color: #01C252;
}
.AnyTagClassName
{
color: #01C252;
}
</style>
background-color css
<style>
a { background-color: #01C252; }
a { background-color: rgb(1,194,82); }
div.DivClassName
{
background-color: #01C252;
}
.BgClassName
{
background-color: #01C252;
}
</style>
border-color css
<style>
span { border-color: #01C252; }
span { border-color: rgb(1,194,82); }
td.TdClassName
{
border-color: #01C252;
}
.TagClassName
{
border-color: #01C252;
}
</style>