Shades of Dark Pastel Green #01C225
Tints of Dark Pastel Green #01C225
RGB
CMYK
RGB Variations
Color information
#01C225 (or 0x01C225) is known color: Dark Pastel Green. HEX triplet: 01, C2 and 25. RGB value is (1,194,37). Sum of RGB (Red+Green+Blue) = 1+194+37=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 194 (76.17% from 255 or 83.62% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 194 - color contains mainly: green. Hex color #01C225 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C225 is #FE3DDA. Grayscale: #767676. Windows color (decimal): -16661979 or 2474497. OLE color: 2474497.
HSL color Cylindrical-coordinate representation of color #01C225: hue angle of 131.19º 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 #01C225 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 194 | 37 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.24 |
| HSL | 131.19º | 0.99% | 0.38% | - |
| HSV(B) | 131.19º | 0.99% | 0.76% | - |
| XYZ | 19.64 | 38.72 | 8.19 | - |
| YUV | 118.4 | 82.06 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 37 | 0.99 | 0 | 0.81 | 0.24 | 131.19 | 0.99 | 0.38 |
| Hex | 1 | C2 | 25 | 63 | 0 | 51 | 18 | 83 | 63 | 26 |
| Octal | 1 | 302 | 45 | 143 | 0 | 121 | 30 | 203 | 143 | 46 |
| Binary | 1 | 11000010 | 100101 | 1100011 | 0 | 1010001 | 11000 | 10000011 | 1100011 | 100110 |
Color Harmonies of #01C225
Complementary color
Monochromatic Colors of #01C225
Black with #01C225
Text Example
Text Example
White with #01C225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C225; }
p { color: rgb(1,194,37); }
H1.HeaderClassName
{
color: #01C225;
}
.AnyTagClassName
{
color: #01C225;
}
</style>
background-color css
<style>
a { background-color: #01C225; }
a { background-color: rgb(1,194,37); }
div.DivClassName
{
background-color: #01C225;
}
.BgClassName
{
background-color: #01C225;
}
</style>
border-color css
<style>
span { border-color: #01C225; }
span { border-color: rgb(1,194,37); }
td.TdClassName
{
border-color: #01C225;
}
.TagClassName
{
border-color: #01C225;
}
</style>