Shades of Dark Pastel Green #0CCA47
Tints of Dark Pastel Green #0CCA47
RGB
CMYK
RGB Variations
Color information
#0CCA47 (or 0x0CCA47) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 47. RGB value is (12,202,71). Sum of RGB (Red+Green+Blue) = 12+202+71=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA47 is #F335B8. Grayscale: #828282. Windows color (decimal): -15939001 or 4704780. OLE color: 4704780.
HSL color Cylindrical-coordinate representation of color #0CCA47: hue angle of 138.63º 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 #0CCA47 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 71 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.21 |
| HSL | 138.63º | 0.89% | 0.42% | - |
| HSV(B) | 138.63º | 0.94% | 0.79% | - |
| XYZ | 22.41 | 42.77 | 13.04 | - |
| YUV | 130.26 | 94.55 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 71 | 0.94 | 0 | 0.65 | 0.21 | 138.63 | 0.89 | 0.42 |
| Hex | C | CA | 47 | 5E | 0 | 41 | 15 | 8B | 59 | 2A |
| Octal | 14 | 312 | 107 | 136 | 0 | 101 | 25 | 213 | 131 | 52 |
| Binary | 1100 | 11001010 | 1000111 | 1011110 | 0 | 1000001 | 10101 | 10001011 | 1011001 | 101010 |
Color Harmonies of #0CCA47
Complementary color
Monochromatic Colors of #0CCA47
Black with #0CCA47
Text Example
Text Example
White with #0CCA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA47; }
p { color: rgb(12,202,71); }
H1.HeaderClassName
{
color: #0CCA47;
}
.AnyTagClassName
{
color: #0CCA47;
}
</style>
background-color css
<style>
a { background-color: #0CCA47; }
a { background-color: rgb(12,202,71); }
div.DivClassName
{
background-color: #0CCA47;
}
.BgClassName
{
background-color: #0CCA47;
}
</style>
border-color css
<style>
span { border-color: #0CCA47; }
span { border-color: rgb(12,202,71); }
td.TdClassName
{
border-color: #0CCA47;
}
.TagClassName
{
border-color: #0CCA47;
}
</style>