Shades of Dark Pastel Green #01CA1C
Tints of Dark Pastel Green #01CA1C
RGB
CMYK
RGB Variations
Color information
#01CA1C (or 0x01CA1C) is known color: Dark Pastel Green. HEX triplet: 01, CA and 1C. RGB value is (1,202,28). Sum of RGB (Red+Green+Blue) = 1+202+28=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 202 (79.30% from 255 or 87.45% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CA1C is #FE35E3. Grayscale: #7A7A7A. Windows color (decimal): -16659940 or 1886721. OLE color: 1886721.
HSL color Cylindrical-coordinate representation of color #01CA1C: hue angle of 128.06º 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 #01CA1C is Cyan = 1.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 202 | 28 | - |
| CMYK | 1.00 | 0 | 0.86 | 0.21 |
| HSL | 128.06º | 0.99% | 0.4% | - |
| HSV(B) | 128.06º | 1% | 0.79% | - |
| XYZ | 21.34 | 42.33 | 8.14 | - |
| YUV | 122.07 | 74.91 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 202 | 28 | 1.00 | 0 | 0.86 | 0.21 | 128.06 | 0.99 | 0.4 |
| Hex | 1 | CA | 1C | 64 | 0 | 56 | 15 | 80 | 63 | 28 |
| Octal | 1 | 312 | 34 | 144 | 0 | 126 | 25 | 200 | 143 | 50 |
| Binary | 1 | 11001010 | 11100 | 1100100 | 0 | 1010110 | 10101 | 10000000 | 1100011 | 101000 |
Color Harmonies of #01CA1C
Complementary color
Monochromatic Colors of #01CA1C
Black with #01CA1C
Text Example
Text Example
White with #01CA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CA1C; }
p { color: rgb(1,202,28); }
H1.HeaderClassName
{
color: #01CA1C;
}
.AnyTagClassName
{
color: #01CA1C;
}
</style>
background-color css
<style>
a { background-color: #01CA1C; }
a { background-color: rgb(1,202,28); }
div.DivClassName
{
background-color: #01CA1C;
}
.BgClassName
{
background-color: #01CA1C;
}
</style>
border-color css
<style>
span { border-color: #01CA1C; }
span { border-color: rgb(1,202,28); }
td.TdClassName
{
border-color: #01CA1C;
}
.TagClassName
{
border-color: #01CA1C;
}
</style>