Shades of Dark Pastel Green #01C223
Tints of Dark Pastel Green #01C223
RGB
CMYK
RGB Variations
Color information
#01C223 (or 0x01C223) is known color: Dark Pastel Green. HEX triplet: 01, C2 and 23. RGB value is (1,194,35). Sum of RGB (Red+Green+Blue) = 1+194+35=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 194 (76.17% from 255 or 84.35% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 194 - color contains mainly: green. Hex color #01C223 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C223 is #FE3DDC. Grayscale: #767676. Windows color (decimal): -16661981 or 2343425. OLE color: 2343425.
HSL color Cylindrical-coordinate representation of color #01C223: hue angle of 130.57º 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 #01C223 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 194 | 35 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.24 |
| HSL | 130.57º | 0.99% | 0.38% | - |
| HSV(B) | 130.57º | 0.99% | 0.76% | - |
| XYZ | 19.61 | 38.71 | 8.03 | - |
| YUV | 118.17 | 81.06 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 35 | 0.99 | 0 | 0.82 | 0.24 | 130.57 | 0.99 | 0.38 |
| Hex | 1 | C2 | 23 | 63 | 0 | 52 | 18 | 83 | 63 | 26 |
| Octal | 1 | 302 | 43 | 143 | 0 | 122 | 30 | 203 | 143 | 46 |
| Binary | 1 | 11000010 | 100011 | 1100011 | 0 | 1010010 | 11000 | 10000011 | 1100011 | 100110 |
Color Harmonies of #01C223
Complementary color
Monochromatic Colors of #01C223
Black with #01C223
Text Example
Text Example
White with #01C223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C223; }
p { color: rgb(1,194,35); }
H1.HeaderClassName
{
color: #01C223;
}
.AnyTagClassName
{
color: #01C223;
}
</style>
background-color css
<style>
a { background-color: #01C223; }
a { background-color: rgb(1,194,35); }
div.DivClassName
{
background-color: #01C223;
}
.BgClassName
{
background-color: #01C223;
}
</style>
border-color css
<style>
span { border-color: #01C223; }
span { border-color: rgb(1,194,35); }
td.TdClassName
{
border-color: #01C223;
}
.TagClassName
{
border-color: #01C223;
}
</style>