Shades of Dark Pastel Green #01C24F
Tints of Dark Pastel Green #01C24F
RGB
CMYK
RGB Variations
Color information
#01C24F (or 0x01C24F) is known color: Dark Pastel Green. HEX triplet: 01, C2 and 4F. RGB value is (1,194,79). Sum of RGB (Red+Green+Blue) = 1+194+79=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 194 (76.17% from 255 or 70.80% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 194 - color contains mainly: green. Hex color #01C24F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C24F is #FE3DB0. Grayscale: #7B7B7B. Windows color (decimal): -16661937 or 5227009. OLE color: 5227009.
HSL color Cylindrical-coordinate representation of color #01C24F: hue angle of 144.25º 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 #01C24F is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 194 | 79 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.24 |
| HSL | 144.25º | 0.99% | 0.38% | - |
| HSV(B) | 144.25º | 0.99% | 0.76% | - |
| XYZ | 20.72 | 39.15 | 13.86 | - |
| YUV | 123.18 | 103.06 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 79 | 0.99 | 0 | 0.59 | 0.24 | 144.25 | 0.99 | 0.38 |
| Hex | 1 | C2 | 4F | 63 | 0 | 3B | 18 | 90 | 63 | 26 |
| Octal | 1 | 302 | 117 | 143 | 0 | 73 | 30 | 220 | 143 | 46 |
| Binary | 1 | 11000010 | 1001111 | 1100011 | 0 | 111011 | 11000 | 10010000 | 1100011 | 100110 |
Color Harmonies of #01C24F
Complementary color
Monochromatic Colors of #01C24F
Black with #01C24F
Text Example
Text Example
White with #01C24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C24F; }
p { color: rgb(1,194,79); }
H1.HeaderClassName
{
color: #01C24F;
}
.AnyTagClassName
{
color: #01C24F;
}
</style>
background-color css
<style>
a { background-color: #01C24F; }
a { background-color: rgb(1,194,79); }
div.DivClassName
{
background-color: #01C24F;
}
.BgClassName
{
background-color: #01C24F;
}
</style>
border-color css
<style>
span { border-color: #01C24F; }
span { border-color: rgb(1,194,79); }
td.TdClassName
{
border-color: #01C24F;
}
.TagClassName
{
border-color: #01C24F;
}
</style>