Shades of Dark Pastel Green #01D136
Tints of Dark Pastel Green #01D136
RGB
CMYK
RGB Variations
Color information
#01D136 (or 0x01D136) is known color: Dark Pastel Green. HEX triplet: 01, D1 and 36. RGB value is (1,209,54). Sum of RGB (Red+Green+Blue) = 1+209+54=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 209 (82.03% from 255 or 79.17% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 209 - color contains mainly: green. Hex color #01D136 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D136 is #FE2EC9. Grayscale: #818181. Windows color (decimal): -16658122 or 3592449. OLE color: 3592449.
HSL color Cylindrical-coordinate representation of color #01D136: hue angle of 135.29º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D136 is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 54 | - |
| CMYK | 1.00 | 0 | 0.74 | 0.18 |
| HSL | 135.29º | 0.99% | 0.41% | - |
| HSV(B) | 135.29º | 1% | 0.82% | - |
| XYZ | 23.48 | 45.87 | 11.11 | - |
| YUV | 129.14 | 85.59 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 54 | 1.00 | 0 | 0.74 | 0.18 | 135.29 | 0.99 | 0.41 |
| Hex | 1 | D1 | 36 | 64 | 0 | 4A | 12 | 87 | 63 | 29 |
| Octal | 1 | 321 | 66 | 144 | 0 | 112 | 22 | 207 | 143 | 51 |
| Binary | 1 | 11010001 | 110110 | 1100100 | 0 | 1001010 | 10010 | 10000111 | 1100011 | 101001 |
Color Harmonies of #01D136
Complementary color
Monochromatic Colors of #01D136
Black with #01D136
Text Example
Text Example
White with #01D136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D136; }
p { color: rgb(1,209,54); }
H1.HeaderClassName
{
color: #01D136;
}
.AnyTagClassName
{
color: #01D136;
}
</style>
background-color css
<style>
a { background-color: #01D136; }
a { background-color: rgb(1,209,54); }
div.DivClassName
{
background-color: #01D136;
}
.BgClassName
{
background-color: #01D136;
}
</style>
border-color css
<style>
span { border-color: #01D136; }
span { border-color: rgb(1,209,54); }
td.TdClassName
{
border-color: #01D136;
}
.TagClassName
{
border-color: #01D136;
}
</style>