Shades of Dark Pastel Green #01C024
Tints of Dark Pastel Green #01C024
RGB
CMYK
RGB Variations
Color information
#01C024 (or 0x01C024) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 24. RGB value is (1,192,36). Sum of RGB (Red+Green+Blue) = 1+192+36=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #01C024 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C024 is #FE3FDB. Grayscale: #757575. Windows color (decimal): -16662492 or 2408449. OLE color: 2408449.
HSL color Cylindrical-coordinate representation of color #01C024: hue angle of 130.99º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C024 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 36 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.25 |
| HSL | 130.99º | 0.99% | 0.38% | - |
| HSV(B) | 130.99º | 0.99% | 0.75% | - |
| XYZ | 19.18 | 37.83 | 7.96 | - |
| YUV | 117.11 | 82.22 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 36 | 0.99 | 0 | 0.81 | 0.25 | 130.99 | 0.99 | 0.38 |
| Hex | 1 | C0 | 24 | 63 | 0 | 51 | 19 | 83 | 63 | 26 |
| Octal | 1 | 300 | 44 | 143 | 0 | 121 | 31 | 203 | 143 | 46 |
| Binary | 1 | 11000000 | 100100 | 1100011 | 0 | 1010001 | 11001 | 10000011 | 1100011 | 100110 |
Color Harmonies of #01C024
Complementary color
Monochromatic Colors of #01C024
Black with #01C024
Text Example
Text Example
White with #01C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C024; }
p { color: rgb(1,192,36); }
H1.HeaderClassName
{
color: #01C024;
}
.AnyTagClassName
{
color: #01C024;
}
</style>
background-color css
<style>
a { background-color: #01C024; }
a { background-color: rgb(1,192,36); }
div.DivClassName
{
background-color: #01C024;
}
.BgClassName
{
background-color: #01C024;
}
</style>
border-color css
<style>
span { border-color: #01C024; }
span { border-color: rgb(1,192,36); }
td.TdClassName
{
border-color: #01C024;
}
.TagClassName
{
border-color: #01C024;
}
</style>