Shades of Dark Pastel Green #0CC62B
Tints of Dark Pastel Green #0CC62B
RGB
CMYK
RGB Variations
Color information
#0CC62B (or 0x0CC62B) is known color: Dark Pastel Green. HEX triplet: 0C, C6 and 2B. RGB value is (12,198,43). Sum of RGB (Red+Green+Blue) = 12+198+43=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 198 (77.73% from 255 or 78.26% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 198 - color contains mainly: green. Hex color #0CC62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC62B is #F339D4. Grayscale: #7D7D7D. Windows color (decimal): -15940053 or 2868748. OLE color: 2868748.
HSL color Cylindrical-coordinate representation of color #0CC62B: hue angle of 130º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC62B is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 198 | 43 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.22 |
| HSL | 130º | 0.89% | 0.41% | - |
| HSV(B) | 130º | 0.94% | 0.78% | - |
| XYZ | 20.78 | 40.64 | 9.03 | - |
| YUV | 124.72 | 81.88 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 198 | 43 | 0.94 | 0 | 0.78 | 0.22 | 130 | 0.89 | 0.41 |
| Hex | C | C6 | 2B | 5E | 0 | 4E | 16 | 82 | 59 | 29 |
| Octal | 14 | 306 | 53 | 136 | 0 | 116 | 26 | 202 | 131 | 51 |
| Binary | 1100 | 11000110 | 101011 | 1011110 | 0 | 1001110 | 10110 | 10000010 | 1011001 | 101001 |
Color Harmonies of #0CC62B
Complementary color
Monochromatic Colors of #0CC62B
Black with #0CC62B
Text Example
Text Example
White with #0CC62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC62B; }
p { color: rgb(12,198,43); }
H1.HeaderClassName
{
color: #0CC62B;
}
.AnyTagClassName
{
color: #0CC62B;
}
</style>
background-color css
<style>
a { background-color: #0CC62B; }
a { background-color: rgb(12,198,43); }
div.DivClassName
{
background-color: #0CC62B;
}
.BgClassName
{
background-color: #0CC62B;
}
</style>
border-color css
<style>
span { border-color: #0CC62B; }
span { border-color: rgb(12,198,43); }
td.TdClassName
{
border-color: #0CC62B;
}
.TagClassName
{
border-color: #0CC62B;
}
</style>