Shades of Dark Pastel Green #01C824
Tints of Dark Pastel Green #01C824
RGB
CMYK
RGB Variations
Color information
#01C824 (or 0x01C824) is known color: Dark Pastel Green. HEX triplet: 01, C8 and 24. RGB value is (1,200,36). Sum of RGB (Red+Green+Blue) = 1+200+36=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 200 (78.52% from 255 or 84.39% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 200 - color contains mainly: green. Hex color #01C824 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C824 is #FE37DB. Grayscale: #7A7A7A. Windows color (decimal): -16660444 or 2410497. OLE color: 2410497.
HSL color Cylindrical-coordinate representation of color #01C824: hue angle of 130.55º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C824 is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 200 | 36 | - |
| CMYK | 1.00 | 0 | 0.82 | 0.22 |
| HSL | 130.55º | 0.99% | 0.39% | - |
| HSV(B) | 130.55º | 1% | 0.78% | - |
| XYZ | 20.99 | 41.44 | 8.56 | - |
| YUV | 121.8 | 79.57 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 200 | 36 | 1.00 | 0 | 0.82 | 0.22 | 130.55 | 0.99 | 0.39 |
| Hex | 1 | C8 | 24 | 64 | 0 | 52 | 16 | 83 | 63 | 27 |
| Octal | 1 | 310 | 44 | 144 | 0 | 122 | 26 | 203 | 143 | 47 |
| Binary | 1 | 11001000 | 100100 | 1100100 | 0 | 1010010 | 10110 | 10000011 | 1100011 | 100111 |
Color Harmonies of #01C824
Complementary color
Monochromatic Colors of #01C824
Black with #01C824
Text Example
Text Example
White with #01C824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C824; }
p { color: rgb(1,200,36); }
H1.HeaderClassName
{
color: #01C824;
}
.AnyTagClassName
{
color: #01C824;
}
</style>
background-color css
<style>
a { background-color: #01C824; }
a { background-color: rgb(1,200,36); }
div.DivClassName
{
background-color: #01C824;
}
.BgClassName
{
background-color: #01C824;
}
</style>
border-color css
<style>
span { border-color: #01C824; }
span { border-color: rgb(1,200,36); }
td.TdClassName
{
border-color: #01C824;
}
.TagClassName
{
border-color: #01C824;
}
</style>