Shades of Dark Pastel Green #0CCA44
Tints of Dark Pastel Green #0CCA44
RGB
CMYK
RGB Variations
Color information
#0CCA44 (or 0x0CCA44) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 44. RGB value is (12,202,68). Sum of RGB (Red+Green+Blue) = 12+202+68=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA44 is #F335BB. Grayscale: #828282. Windows color (decimal): -15939004 or 4508172. OLE color: 4508172.
HSL color Cylindrical-coordinate representation of color #0CCA44: hue angle of 137.68º 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 #0CCA44 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 68 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.21 |
| HSL | 137.68º | 0.89% | 0.42% | - |
| HSV(B) | 137.68º | 0.94% | 0.79% | - |
| XYZ | 22.32 | 42.74 | 12.54 | - |
| YUV | 129.91 | 93.05 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 68 | 0.94 | 0 | 0.66 | 0.21 | 137.68 | 0.89 | 0.42 |
| Hex | C | CA | 44 | 5E | 0 | 42 | 15 | 8A | 59 | 2A |
| Octal | 14 | 312 | 104 | 136 | 0 | 102 | 25 | 212 | 131 | 52 |
| Binary | 1100 | 11001010 | 1000100 | 1011110 | 0 | 1000010 | 10101 | 10001010 | 1011001 | 101010 |
Color Harmonies of #0CCA44
Complementary color
Monochromatic Colors of #0CCA44
Black with #0CCA44
Text Example
Text Example
White with #0CCA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA44; }
p { color: rgb(12,202,68); }
H1.HeaderClassName
{
color: #0CCA44;
}
.AnyTagClassName
{
color: #0CCA44;
}
</style>
background-color css
<style>
a { background-color: #0CCA44; }
a { background-color: rgb(12,202,68); }
div.DivClassName
{
background-color: #0CCA44;
}
.BgClassName
{
background-color: #0CCA44;
}
</style>
border-color css
<style>
span { border-color: #0CCA44; }
span { border-color: rgb(12,202,68); }
td.TdClassName
{
border-color: #0CCA44;
}
.TagClassName
{
border-color: #0CCA44;
}
</style>