Shades of Dark Pastel Green #01C423
Tints of Dark Pastel Green #01C423
RGB
CMYK
RGB Variations
Color information
#01C423 (or 0x01C423) is known color: Dark Pastel Green. HEX triplet: 01, C4 and 23. RGB value is (1,196,35). Sum of RGB (Red+Green+Blue) = 1+196+35=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 196 (76.95% from 255 or 84.48% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 196 - color contains mainly: green. Hex color #01C423 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C423 is #FE3BDC. Grayscale: #777777. Windows color (decimal): -16661469 or 2343937. OLE color: 2343937.
HSL color Cylindrical-coordinate representation of color #01C423: hue angle of 130.46º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C423 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 35 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.23 |
| HSL | 130.46º | 0.99% | 0.39% | - |
| HSV(B) | 130.46º | 0.99% | 0.77% | - |
| XYZ | 20.06 | 39.61 | 8.18 | - |
| YUV | 119.34 | 80.4 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 35 | 0.99 | 0 | 0.82 | 0.23 | 130.46 | 0.99 | 0.39 |
| Hex | 1 | C4 | 23 | 63 | 0 | 52 | 17 | 82 | 63 | 27 |
| Octal | 1 | 304 | 43 | 143 | 0 | 122 | 27 | 202 | 143 | 47 |
| Binary | 1 | 11000100 | 100011 | 1100011 | 0 | 1010010 | 10111 | 10000010 | 1100011 | 100111 |
Color Harmonies of #01C423
Complementary color
Monochromatic Colors of #01C423
Black with #01C423
Text Example
Text Example
White with #01C423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C423; }
p { color: rgb(1,196,35); }
H1.HeaderClassName
{
color: #01C423;
}
.AnyTagClassName
{
color: #01C423;
}
</style>
background-color css
<style>
a { background-color: #01C423; }
a { background-color: rgb(1,196,35); }
div.DivClassName
{
background-color: #01C423;
}
.BgClassName
{
background-color: #01C423;
}
</style>
border-color css
<style>
span { border-color: #01C423; }
span { border-color: rgb(1,196,35); }
td.TdClassName
{
border-color: #01C423;
}
.TagClassName
{
border-color: #01C423;
}
</style>