Shades of Dark Pastel Green #01C936
Tints of Dark Pastel Green #01C936
RGB
CMYK
RGB Variations
Color information
#01C936 (or 0x01C936) is known color: Dark Pastel Green. HEX triplet: 01, C9 and 36. RGB value is (1,201,54). Sum of RGB (Red+Green+Blue) = 1+201+54=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 201 (78.91% from 255 or 78.52% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 201 - color contains mainly: green. Hex color #01C936 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C936 is #FE36C9. Grayscale: #7C7C7C. Windows color (decimal): -16660170 or 3590401. OLE color: 3590401.
HSL color Cylindrical-coordinate representation of color #01C936: hue angle of 135.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C936 is Cyan = 1.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 54 | - |
| CMYK | 1.00 | 0 | 0.73 | 0.21 |
| HSL | 135.9º | 0.99% | 0.4% | - |
| HSV(B) | 135.9º | 1% | 0.79% | - |
| XYZ | 21.57 | 42.05 | 10.47 | - |
| YUV | 124.44 | 88.24 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 54 | 1.00 | 0 | 0.73 | 0.21 | 135.9 | 0.99 | 0.4 |
| Hex | 1 | C9 | 36 | 64 | 0 | 49 | 15 | 88 | 63 | 28 |
| Octal | 1 | 311 | 66 | 144 | 0 | 111 | 25 | 210 | 143 | 50 |
| Binary | 1 | 11001001 | 110110 | 1100100 | 0 | 1001001 | 10101 | 10001000 | 1100011 | 101000 |
Color Harmonies of #01C936
Complementary color
Monochromatic Colors of #01C936
Black with #01C936
Text Example
Text Example
White with #01C936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C936; }
p { color: rgb(1,201,54); }
H1.HeaderClassName
{
color: #01C936;
}
.AnyTagClassName
{
color: #01C936;
}
</style>
background-color css
<style>
a { background-color: #01C936; }
a { background-color: rgb(1,201,54); }
div.DivClassName
{
background-color: #01C936;
}
.BgClassName
{
background-color: #01C936;
}
</style>
border-color css
<style>
span { border-color: #01C936; }
span { border-color: rgb(1,201,54); }
td.TdClassName
{
border-color: #01C936;
}
.TagClassName
{
border-color: #01C936;
}
</style>