Shades of Dark Pastel Green #0CCA3E
Tints of Dark Pastel Green #0CCA3E
RGB
CMYK
RGB Variations
Color information
#0CCA3E (or 0x0CCA3E) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 3E. RGB value is (12,202,62). Sum of RGB (Red+Green+Blue) = 12+202+62=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA3E is #F335C1. Grayscale: #818181. Windows color (decimal): -15939010 or 4114956. OLE color: 4114956.
HSL color Cylindrical-coordinate representation of color #0CCA3E: hue angle of 135.79º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCA3E is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 62 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.21 |
| HSL | 135.79º | 0.89% | 0.42% | - |
| HSV(B) | 135.79º | 0.94% | 0.79% | - |
| XYZ | 22.14 | 42.67 | 11.63 | - |
| YUV | 129.23 | 90.05 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 62 | 0.94 | 0 | 0.69 | 0.21 | 135.79 | 0.89 | 0.42 |
| Hex | C | CA | 3E | 5E | 0 | 45 | 15 | 88 | 59 | 2A |
| Octal | 14 | 312 | 76 | 136 | 0 | 105 | 25 | 210 | 131 | 52 |
| Binary | 1100 | 11001010 | 111110 | 1011110 | 0 | 1000101 | 10101 | 10001000 | 1011001 | 101010 |
Color Harmonies of #0CCA3E
Complementary color
Monochromatic Colors of #0CCA3E
Black with #0CCA3E
Text Example
Text Example
White with #0CCA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA3E; }
p { color: rgb(12,202,62); }
H1.HeaderClassName
{
color: #0CCA3E;
}
.AnyTagClassName
{
color: #0CCA3E;
}
</style>
background-color css
<style>
a { background-color: #0CCA3E; }
a { background-color: rgb(12,202,62); }
div.DivClassName
{
background-color: #0CCA3E;
}
.BgClassName
{
background-color: #0CCA3E;
}
</style>
border-color css
<style>
span { border-color: #0CCA3E; }
span { border-color: rgb(12,202,62); }
td.TdClassName
{
border-color: #0CCA3E;
}
.TagClassName
{
border-color: #0CCA3E;
}
</style>