Shades of Dark Pastel Green #01C823
Tints of Dark Pastel Green #01C823
RGB
CMYK
RGB Variations
Color information
#01C823 (or 0x01C823) is known color: Dark Pastel Green. HEX triplet: 01, C8 and 23. RGB value is (1,200,35). Sum of RGB (Red+Green+Blue) = 1+200+35=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 200 (78.52% from 255 or 84.75% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 200 - color contains mainly: green. Hex color #01C823 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C823 is #FE37DC. Grayscale: #7A7A7A. Windows color (decimal): -16660445 or 2344961. OLE color: 2344961.
HSL color Cylindrical-coordinate representation of color #01C823: hue angle of 130.25º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C823 is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 200 | 35 | - |
| CMYK | 1.00 | 0 | 0.82 | 0.22 |
| HSL | 130.25º | 0.99% | 0.39% | - |
| HSV(B) | 130.25º | 1% | 0.78% | - |
| XYZ | 20.97 | 41.44 | 8.48 | - |
| YUV | 121.69 | 79.07 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 200 | 35 | 1.00 | 0 | 0.82 | 0.22 | 130.25 | 0.99 | 0.39 |
| Hex | 1 | C8 | 23 | 64 | 0 | 52 | 16 | 82 | 63 | 27 |
| Octal | 1 | 310 | 43 | 144 | 0 | 122 | 26 | 202 | 143 | 47 |
| Binary | 1 | 11001000 | 100011 | 1100100 | 0 | 1010010 | 10110 | 10000010 | 1100011 | 100111 |
Color Harmonies of #01C823
Complementary color
Monochromatic Colors of #01C823
Black with #01C823
Text Example
Text Example
White with #01C823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C823; }
p { color: rgb(1,200,35); }
H1.HeaderClassName
{
color: #01C823;
}
.AnyTagClassName
{
color: #01C823;
}
</style>
background-color css
<style>
a { background-color: #01C823; }
a { background-color: rgb(1,200,35); }
div.DivClassName
{
background-color: #01C823;
}
.BgClassName
{
background-color: #01C823;
}
</style>
border-color css
<style>
span { border-color: #01C823; }
span { border-color: rgb(1,200,35); }
td.TdClassName
{
border-color: #01C823;
}
.TagClassName
{
border-color: #01C823;
}
</style>