Shades of Dark Pastel Green #01CA1F
Tints of Dark Pastel Green #01CA1F
RGB
CMYK
RGB Variations
Color information
#01CA1F (or 0x01CA1F) is known color: Dark Pastel Green. HEX triplet: 01, CA and 1F. RGB value is (1,202,31). Sum of RGB (Red+Green+Blue) = 1+202+31=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 202 (79.30% from 255 or 86.32% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CA1F is #FE35E0. Grayscale: #7A7A7A. Windows color (decimal): -16659937 or 2083329. OLE color: 2083329.
HSL color Cylindrical-coordinate representation of color #01CA1F: hue angle of 128.96º 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 #01CA1F is Cyan = 1.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 202 | 31 | - |
| CMYK | 1.00 | 0 | 0.85 | 0.21 |
| HSL | 128.96º | 0.99% | 0.4% | - |
| HSV(B) | 128.96º | 1% | 0.79% | - |
| XYZ | 21.38 | 42.35 | 8.34 | - |
| YUV | 122.41 | 76.41 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 202 | 31 | 1.00 | 0 | 0.85 | 0.21 | 128.96 | 0.99 | 0.4 |
| Hex | 1 | CA | 1F | 64 | 0 | 55 | 15 | 81 | 63 | 28 |
| Octal | 1 | 312 | 37 | 144 | 0 | 125 | 25 | 201 | 143 | 50 |
| Binary | 1 | 11001010 | 11111 | 1100100 | 0 | 1010101 | 10101 | 10000001 | 1100011 | 101000 |
Color Harmonies of #01CA1F
Complementary color
Monochromatic Colors of #01CA1F
Black with #01CA1F
Text Example
Text Example
White with #01CA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CA1F; }
p { color: rgb(1,202,31); }
H1.HeaderClassName
{
color: #01CA1F;
}
.AnyTagClassName
{
color: #01CA1F;
}
</style>
background-color css
<style>
a { background-color: #01CA1F; }
a { background-color: rgb(1,202,31); }
div.DivClassName
{
background-color: #01CA1F;
}
.BgClassName
{
background-color: #01CA1F;
}
</style>
border-color css
<style>
span { border-color: #01CA1F; }
span { border-color: rgb(1,202,31); }
td.TdClassName
{
border-color: #01CA1F;
}
.TagClassName
{
border-color: #01CA1F;
}
</style>