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