Shades of Dark Pastel Green #01C926
Tints of Dark Pastel Green #01C926
RGB
CMYK
RGB Variations
Color information
#01C926 (or 0x01C926) is known color: Dark Pastel Green. HEX triplet: 01, C9 and 26. RGB value is (1,201,38). Sum of RGB (Red+Green+Blue) = 1+201+38=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 201 (78.91% from 255 or 83.75% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 201 - color contains mainly: green. Hex color #01C926 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C926 is #FE36D9. Grayscale: #7B7B7B. Windows color (decimal): -16660186 or 2541825. OLE color: 2541825.
HSL color Cylindrical-coordinate representation of color #01C926: hue angle of 131.1º 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 #01C926 is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 38 | - |
| CMYK | 1.00 | 0 | 0.81 | 0.21 |
| HSL | 131.1º | 0.99% | 0.4% | - |
| HSV(B) | 131.1º | 1% | 0.79% | - |
| XYZ | 21.25 | 41.92 | 8.81 | - |
| YUV | 122.62 | 80.24 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 38 | 1.00 | 0 | 0.81 | 0.21 | 131.1 | 0.99 | 0.4 |
| Hex | 1 | C9 | 26 | 64 | 0 | 51 | 15 | 83 | 63 | 28 |
| Octal | 1 | 311 | 46 | 144 | 0 | 121 | 25 | 203 | 143 | 50 |
| Binary | 1 | 11001001 | 100110 | 1100100 | 0 | 1010001 | 10101 | 10000011 | 1100011 | 101000 |
Color Harmonies of #01C926
Complementary color
Monochromatic Colors of #01C926
Black with #01C926
Text Example
Text Example
White with #01C926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C926; }
p { color: rgb(1,201,38); }
H1.HeaderClassName
{
color: #01C926;
}
.AnyTagClassName
{
color: #01C926;
}
</style>
background-color css
<style>
a { background-color: #01C926; }
a { background-color: rgb(1,201,38); }
div.DivClassName
{
background-color: #01C926;
}
.BgClassName
{
background-color: #01C926;
}
</style>
border-color css
<style>
span { border-color: #01C926; }
span { border-color: rgb(1,201,38); }
td.TdClassName
{
border-color: #01C926;
}
.TagClassName
{
border-color: #01C926;
}
</style>