Shades of Dark Pastel Green #01C524
Tints of Dark Pastel Green #01C524
RGB
CMYK
RGB Variations
Color information
#01C524 (or 0x01C524) is known color: Dark Pastel Green. HEX triplet: 01, C5 and 24. RGB value is (1,197,36). Sum of RGB (Red+Green+Blue) = 1+197+36=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 197 (77.34% from 255 or 84.19% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 197 - color contains mainly: green. Hex color #01C524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C524 is #FE3ADB. Grayscale: #787878. Windows color (decimal): -16661212 or 2409729. OLE color: 2409729.
HSL color Cylindrical-coordinate representation of color #01C524: hue angle of 130.71º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C524 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 36 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.23 |
| HSL | 130.71º | 0.99% | 0.39% | - |
| HSV(B) | 130.71º | 0.99% | 0.77% | - |
| XYZ | 20.3 | 40.07 | 8.33 | - |
| YUV | 120.04 | 80.57 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 36 | 0.99 | 0 | 0.82 | 0.23 | 130.71 | 0.99 | 0.39 |
| Hex | 1 | C5 | 24 | 63 | 0 | 52 | 17 | 83 | 63 | 27 |
| Octal | 1 | 305 | 44 | 143 | 0 | 122 | 27 | 203 | 143 | 47 |
| Binary | 1 | 11000101 | 100100 | 1100011 | 0 | 1010010 | 10111 | 10000011 | 1100011 | 100111 |
Color Harmonies of #01C524
Complementary color
Monochromatic Colors of #01C524
Black with #01C524
Text Example
Text Example
White with #01C524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C524; }
p { color: rgb(1,197,36); }
H1.HeaderClassName
{
color: #01C524;
}
.AnyTagClassName
{
color: #01C524;
}
</style>
background-color css
<style>
a { background-color: #01C524; }
a { background-color: rgb(1,197,36); }
div.DivClassName
{
background-color: #01C524;
}
.BgClassName
{
background-color: #01C524;
}
</style>
border-color css
<style>
span { border-color: #01C524; }
span { border-color: rgb(1,197,36); }
td.TdClassName
{
border-color: #01C524;
}
.TagClassName
{
border-color: #01C524;
}
</style>