Shades of Dark Pastel Green #01C81E
Tints of Dark Pastel Green #01C81E
RGB
CMYK
RGB Variations
Color information
#01C81E (or 0x01C81E) is known color: Dark Pastel Green. HEX triplet: 01, C8 and 1E. RGB value is (1,200,30). Sum of RGB (Red+Green+Blue) = 1+200+30=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 200 (78.52% from 255 or 86.58% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 200 - color contains mainly: green. Hex color #01C81E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C81E is #FE37E1. Grayscale: #797979. Windows color (decimal): -16660450 or 2017281. OLE color: 2017281.
HSL color Cylindrical-coordinate representation of color #01C81E: hue angle of 128.74º 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 #01C81E is Cyan = 1.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 200 | 30 | - |
| CMYK | 1.00 | 0 | 0.85 | 0.22 |
| HSL | 128.74º | 0.99% | 0.39% | - |
| HSV(B) | 128.74º | 1% | 0.78% | - |
| XYZ | 20.9 | 41.41 | 8.12 | - |
| YUV | 121.12 | 76.57 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 200 | 30 | 1.00 | 0 | 0.85 | 0.22 | 128.74 | 0.99 | 0.39 |
| Hex | 1 | C8 | 1E | 64 | 0 | 55 | 16 | 81 | 63 | 27 |
| Octal | 1 | 310 | 36 | 144 | 0 | 125 | 26 | 201 | 143 | 47 |
| Binary | 1 | 11001000 | 11110 | 1100100 | 0 | 1010101 | 10110 | 10000001 | 1100011 | 100111 |
Color Harmonies of #01C81E
Complementary color
Monochromatic Colors of #01C81E
Black with #01C81E
Text Example
Text Example
White with #01C81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C81E; }
p { color: rgb(1,200,30); }
H1.HeaderClassName
{
color: #01C81E;
}
.AnyTagClassName
{
color: #01C81E;
}
</style>
background-color css
<style>
a { background-color: #01C81E; }
a { background-color: rgb(1,200,30); }
div.DivClassName
{
background-color: #01C81E;
}
.BgClassName
{
background-color: #01C81E;
}
</style>
border-color css
<style>
span { border-color: #01C81E; }
span { border-color: rgb(1,200,30); }
td.TdClassName
{
border-color: #01C81E;
}
.TagClassName
{
border-color: #01C81E;
}
</style>