Shades of Dark Pastel Green #01C23E
Tints of Dark Pastel Green #01C23E
RGB
CMYK
RGB Variations
Color information
#01C23E (or 0x01C23E) is known color: Dark Pastel Green. HEX triplet: 01, C2 and 3E. RGB value is (1,194,62). Sum of RGB (Red+Green+Blue) = 1+194+62=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #01C23E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C23E is #FE3DC1. Grayscale: #797979. Windows color (decimal): -16661954 or 4112897. OLE color: 4112897.
HSL color Cylindrical-coordinate representation of color #01C23E: hue angle of 138.96º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C23E is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 194 | 62 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.24 |
| HSL | 138.96º | 0.99% | 0.38% | - |
| HSV(B) | 138.96º | 0.99% | 0.76% | - |
| XYZ | 20.17 | 38.94 | 11.01 | - |
| YUV | 121.25 | 94.56 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 62 | 0.99 | 0 | 0.68 | 0.24 | 138.96 | 0.99 | 0.38 |
| Hex | 1 | C2 | 3E | 63 | 0 | 44 | 18 | 8B | 63 | 26 |
| Octal | 1 | 302 | 76 | 143 | 0 | 104 | 30 | 213 | 143 | 46 |
| Binary | 1 | 11000010 | 111110 | 1100011 | 0 | 1000100 | 11000 | 10001011 | 1100011 | 100110 |
Color Harmonies of #01C23E
Complementary color
Monochromatic Colors of #01C23E
Black with #01C23E
Text Example
Text Example
White with #01C23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C23E; }
p { color: rgb(1,194,62); }
H1.HeaderClassName
{
color: #01C23E;
}
.AnyTagClassName
{
color: #01C23E;
}
</style>
background-color css
<style>
a { background-color: #01C23E; }
a { background-color: rgb(1,194,62); }
div.DivClassName
{
background-color: #01C23E;
}
.BgClassName
{
background-color: #01C23E;
}
</style>
border-color css
<style>
span { border-color: #01C23E; }
span { border-color: rgb(1,194,62); }
td.TdClassName
{
border-color: #01C23E;
}
.TagClassName
{
border-color: #01C23E;
}
</style>