Shades of Dark Pastel Green #0CCA43
Tints of Dark Pastel Green #0CCA43
RGB
CMYK
RGB Variations
Color information
#0CCA43 (or 0x0CCA43) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 43. RGB value is (12,202,67). Sum of RGB (Red+Green+Blue) = 12+202+67=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 202 (79.30% from 255 or 71.89% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA43 is #F335BC. Grayscale: #828282. Windows color (decimal): -15939005 or 4442636. OLE color: 4442636.
HSL color Cylindrical-coordinate representation of color #0CCA43: hue angle of 137.37º 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 #0CCA43 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 67 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.21 |
| HSL | 137.37º | 0.89% | 0.42% | - |
| HSV(B) | 137.37º | 0.94% | 0.79% | - |
| XYZ | 22.29 | 42.72 | 12.38 | - |
| YUV | 129.8 | 92.55 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 67 | 0.94 | 0 | 0.67 | 0.21 | 137.37 | 0.89 | 0.42 |
| Hex | C | CA | 43 | 5E | 0 | 43 | 15 | 89 | 59 | 2A |
| Octal | 14 | 312 | 103 | 136 | 0 | 103 | 25 | 211 | 131 | 52 |
| Binary | 1100 | 11001010 | 1000011 | 1011110 | 0 | 1000011 | 10101 | 10001001 | 1011001 | 101010 |
Color Harmonies of #0CCA43
Complementary color
Monochromatic Colors of #0CCA43
Black with #0CCA43
Text Example
Text Example
White with #0CCA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA43; }
p { color: rgb(12,202,67); }
H1.HeaderClassName
{
color: #0CCA43;
}
.AnyTagClassName
{
color: #0CCA43;
}
</style>
background-color css
<style>
a { background-color: #0CCA43; }
a { background-color: rgb(12,202,67); }
div.DivClassName
{
background-color: #0CCA43;
}
.BgClassName
{
background-color: #0CCA43;
}
</style>
border-color css
<style>
span { border-color: #0CCA43; }
span { border-color: rgb(12,202,67); }
td.TdClassName
{
border-color: #0CCA43;
}
.TagClassName
{
border-color: #0CCA43;
}
</style>