Shades of Dark Pastel Green #01CA39
Tints of Dark Pastel Green #01CA39
RGB
CMYK
RGB Variations
Color information
#01CA39 (or 0x01CA39) is known color: Dark Pastel Green. HEX triplet: 01, CA and 39. RGB value is (1,202,57). Sum of RGB (Red+Green+Blue) = 1+202+57=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 202 (79.30% from 255 or 77.69% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CA39 is #FE35C6. Grayscale: #7D7D7D. Windows color (decimal): -16659911 or 3787265. OLE color: 3787265.
HSL color Cylindrical-coordinate representation of color #01CA39: hue angle of 136.72º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CA39 is Cyan = 1.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 202 | 57 | - |
| CMYK | 1.00 | 0 | 0.72 | 0.21 |
| HSL | 136.72º | 0.99% | 0.4% | - |
| HSV(B) | 136.72º | 1% | 0.79% | - |
| XYZ | 21.87 | 42.54 | 10.93 | - |
| YUV | 125.37 | 89.41 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 202 | 57 | 1.00 | 0 | 0.72 | 0.21 | 136.72 | 0.99 | 0.4 |
| Hex | 1 | CA | 39 | 64 | 0 | 48 | 15 | 89 | 63 | 28 |
| Octal | 1 | 312 | 71 | 144 | 0 | 110 | 25 | 211 | 143 | 50 |
| Binary | 1 | 11001010 | 111001 | 1100100 | 0 | 1001000 | 10101 | 10001001 | 1100011 | 101000 |
Color Harmonies of #01CA39
Complementary color
Monochromatic Colors of #01CA39
Black with #01CA39
Text Example
Text Example
White with #01CA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CA39; }
p { color: rgb(1,202,57); }
H1.HeaderClassName
{
color: #01CA39;
}
.AnyTagClassName
{
color: #01CA39;
}
</style>
background-color css
<style>
a { background-color: #01CA39; }
a { background-color: rgb(1,202,57); }
div.DivClassName
{
background-color: #01CA39;
}
.BgClassName
{
background-color: #01CA39;
}
</style>
border-color css
<style>
span { border-color: #01CA39; }
span { border-color: rgb(1,202,57); }
td.TdClassName
{
border-color: #01CA39;
}
.TagClassName
{
border-color: #01CA39;
}
</style>