Shades of Dark Pastel Green #01C612
Tints of Dark Pastel Green #01C612
RGB
CMYK
RGB Variations
Color information
#01C612 (or 0x01C612) is known color: Dark Pastel Green. HEX triplet: 01, C6 and 12. RGB value is (1,198,18). Sum of RGB (Red+Green+Blue) = 1+198+18=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 198 (77.73% from 255 or 91.24% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 198 - color contains mainly: green. Hex color #01C612 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C612 is #FE39ED. Grayscale: #777777. Windows color (decimal): -16660974 or 1230337. OLE color: 1230337.
HSL color Cylindrical-coordinate representation of color #01C612: hue angle of 125.18º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C612 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 198 | 18 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.22 |
| HSL | 125.18º | 0.99% | 0.39% | - |
| HSV(B) | 125.18º | 0.99% | 0.78% | - |
| XYZ | 20.32 | 40.44 | 7.31 | - |
| YUV | 118.58 | 71.23 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 18 | 0.99 | 0 | 0.91 | 0.22 | 125.18 | 0.99 | 0.39 |
| Hex | 1 | C6 | 12 | 63 | 0 | 5B | 16 | 7D | 63 | 27 |
| Octal | 1 | 306 | 22 | 143 | 0 | 133 | 26 | 175 | 143 | 47 |
| Binary | 1 | 11000110 | 10010 | 1100011 | 0 | 1011011 | 10110 | 1111101 | 1100011 | 100111 |
Color Harmonies of #01C612
Complementary color
Monochromatic Colors of #01C612
Black with #01C612
Text Example
Text Example
White with #01C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C612; }
p { color: rgb(1,198,18); }
H1.HeaderClassName
{
color: #01C612;
}
.AnyTagClassName
{
color: #01C612;
}
</style>
background-color css
<style>
a { background-color: #01C612; }
a { background-color: rgb(1,198,18); }
div.DivClassName
{
background-color: #01C612;
}
.BgClassName
{
background-color: #01C612;
}
</style>
border-color css
<style>
span { border-color: #01C612; }
span { border-color: rgb(1,198,18); }
td.TdClassName
{
border-color: #01C612;
}
.TagClassName
{
border-color: #01C612;
}
</style>