Shades of Dark Pastel Green #01C226
Tints of Dark Pastel Green #01C226
RGB
CMYK
RGB Variations
Color information
#01C226 (or 0x01C226) is known color: Dark Pastel Green. HEX triplet: 01, C2 and 26. RGB value is (1,194,38). Sum of RGB (Red+Green+Blue) = 1+194+38=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 194 (76.17% from 255 or 83.26% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 194 - color contains mainly: green. Hex color #01C226 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C226 is #FE3DD9. Grayscale: #767676. Windows color (decimal): -16661978 or 2540033. OLE color: 2540033.
HSL color Cylindrical-coordinate representation of color #01C226: hue angle of 131.5º 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 #01C226 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 194 | 38 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.24 |
| HSL | 131.5º | 0.99% | 0.38% | - |
| HSV(B) | 131.5º | 0.99% | 0.76% | - |
| XYZ | 19.65 | 38.73 | 8.27 | - |
| YUV | 118.51 | 82.56 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 38 | 0.99 | 0 | 0.80 | 0.24 | 131.5 | 0.99 | 0.38 |
| Hex | 1 | C2 | 26 | 63 | 0 | 50 | 18 | 84 | 63 | 26 |
| Octal | 1 | 302 | 46 | 143 | 0 | 120 | 30 | 204 | 143 | 46 |
| Binary | 1 | 11000010 | 100110 | 1100011 | 0 | 1010000 | 11000 | 10000100 | 1100011 | 100110 |
Color Harmonies of #01C226
Complementary color
Monochromatic Colors of #01C226
Black with #01C226
Text Example
Text Example
White with #01C226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C226; }
p { color: rgb(1,194,38); }
H1.HeaderClassName
{
color: #01C226;
}
.AnyTagClassName
{
color: #01C226;
}
</style>
background-color css
<style>
a { background-color: #01C226; }
a { background-color: rgb(1,194,38); }
div.DivClassName
{
background-color: #01C226;
}
.BgClassName
{
background-color: #01C226;
}
</style>
border-color css
<style>
span { border-color: #01C226; }
span { border-color: rgb(1,194,38); }
td.TdClassName
{
border-color: #01C226;
}
.TagClassName
{
border-color: #01C226;
}
</style>