Shades of Dark Pastel Green #01D143
Tints of Dark Pastel Green #01D143
RGB
CMYK
RGB Variations
Color information
#01D143 (or 0x01D143) is known color: Dark Pastel Green. HEX triplet: 01, D1 and 43. RGB value is (1,209,67). Sum of RGB (Red+Green+Blue) = 1+209+67=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 209 (82.03% from 255 or 75.45% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 209 - color contains mainly: green. Hex color #01D143 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D143 is #FE2EBC. Grayscale: #828282. Windows color (decimal): -16658109 or 4444417. OLE color: 4444417.
HSL color Cylindrical-coordinate representation of color #01D143: hue angle of 139.04º 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 #01D143 is Cyan = 1.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 67 | - |
| CMYK | 1.00 | 0 | 0.68 | 0.18 |
| HSL | 139.04º | 0.99% | 0.41% | - |
| HSV(B) | 139.04º | 1% | 0.82% | - |
| XYZ | 23.83 | 46.01 | 12.94 | - |
| YUV | 130.62 | 92.09 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 67 | 1.00 | 0 | 0.68 | 0.18 | 139.04 | 0.99 | 0.41 |
| Hex | 1 | D1 | 43 | 64 | 0 | 44 | 12 | 8B | 63 | 29 |
| Octal | 1 | 321 | 103 | 144 | 0 | 104 | 22 | 213 | 143 | 51 |
| Binary | 1 | 11010001 | 1000011 | 1100100 | 0 | 1000100 | 10010 | 10001011 | 1100011 | 101001 |
Color Harmonies of #01D143
Complementary color
Monochromatic Colors of #01D143
Black with #01D143
Text Example
Text Example
White with #01D143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D143; }
p { color: rgb(1,209,67); }
H1.HeaderClassName
{
color: #01D143;
}
.AnyTagClassName
{
color: #01D143;
}
</style>
background-color css
<style>
a { background-color: #01D143; }
a { background-color: rgb(1,209,67); }
div.DivClassName
{
background-color: #01D143;
}
.BgClassName
{
background-color: #01D143;
}
</style>
border-color css
<style>
span { border-color: #01D143; }
span { border-color: rgb(1,209,67); }
td.TdClassName
{
border-color: #01D143;
}
.TagClassName
{
border-color: #01D143;
}
</style>