Shades of Dark Pastel Green #01D43A
Tints of Dark Pastel Green #01D43A
RGB
CMYK
RGB Variations
Color information
#01D43A (or 0x01D43A) is known color: Dark Pastel Green. HEX triplet: 01, D4 and 3A. RGB value is (1,212,58). Sum of RGB (Red+Green+Blue) = 1+212+58=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 212 (83.20% from 255 or 78.23% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 212 - color contains mainly: green. Hex color #01D43A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D43A is #FE2BC5. Grayscale: #838383. Windows color (decimal): -16657350 or 3855361. OLE color: 3855361.
HSL color Cylindrical-coordinate representation of color #01D43A: hue angle of 136.21º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D43A is Cyan = 1.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 58 | - |
| CMYK | 1.00 | 0 | 0.73 | 0.17 |
| HSL | 136.21º | 0.99% | 0.42% | - |
| HSV(B) | 136.21º | 1% | 0.83% | - |
| XYZ | 24.32 | 47.4 | 11.87 | - |
| YUV | 131.36 | 86.6 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 58 | 1.00 | 0 | 0.73 | 0.17 | 136.21 | 0.99 | 0.42 |
| Hex | 1 | D4 | 3A | 64 | 0 | 49 | 11 | 88 | 63 | 2A |
| Octal | 1 | 324 | 72 | 144 | 0 | 111 | 21 | 210 | 143 | 52 |
| Binary | 1 | 11010100 | 111010 | 1100100 | 0 | 1001001 | 10001 | 10001000 | 1100011 | 101010 |
Color Harmonies of #01D43A
Complementary color
Monochromatic Colors of #01D43A
Black with #01D43A
Text Example
Text Example
White with #01D43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D43A; }
p { color: rgb(1,212,58); }
H1.HeaderClassName
{
color: #01D43A;
}
.AnyTagClassName
{
color: #01D43A;
}
</style>
background-color css
<style>
a { background-color: #01D43A; }
a { background-color: rgb(1,212,58); }
div.DivClassName
{
background-color: #01D43A;
}
.BgClassName
{
background-color: #01D43A;
}
</style>
border-color css
<style>
span { border-color: #01D43A; }
span { border-color: rgb(1,212,58); }
td.TdClassName
{
border-color: #01D43A;
}
.TagClassName
{
border-color: #01D43A;
}
</style>