Shades of Dark Pastel Green #0CA42B
Tints of Dark Pastel Green #0CA42B
RGB
CMYK
RGB Variations
Color information
#0CA42B (or 0x0CA42B) is known color: Dark Pastel Green. HEX triplet: 0C, A4 and 2B. RGB value is (12,164,43). Sum of RGB (Red+Green+Blue) = 12+164+43=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 164 (64.45% from 255 or 74.89% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA42B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA42B is #F35BD4. Grayscale: #696969. Windows color (decimal): -15948757 or 2860044. OLE color: 2860044.
HSL color Cylindrical-coordinate representation of color #0CA42B: hue angle of 132.24º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA42B is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 164 | 43 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.36 |
| HSL | 132.24º | 0.86% | 0.35% | - |
| HSV(B) | 132.24º | 0.93% | 0.64% | - |
| XYZ | 13.86 | 26.8 | 6.73 | - |
| YUV | 104.76 | 93.14 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 164 | 43 | 0.93 | 0 | 0.74 | 0.36 | 132.24 | 0.86 | 0.35 |
| Hex | C | A4 | 2B | 5D | 0 | 4A | 24 | 84 | 56 | 23 |
| Octal | 14 | 244 | 53 | 135 | 0 | 112 | 44 | 204 | 126 | 43 |
| Binary | 1100 | 10100100 | 101011 | 1011101 | 0 | 1001010 | 100100 | 10000100 | 1010110 | 100011 |
Color Harmonies of #0CA42B
Complementary color
Monochromatic Colors of #0CA42B
Black with #0CA42B
Text Example
Text Example
White with #0CA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA42B; }
p { color: rgb(12,164,43); }
H1.HeaderClassName
{
color: #0CA42B;
}
.AnyTagClassName
{
color: #0CA42B;
}
</style>
background-color css
<style>
a { background-color: #0CA42B; }
a { background-color: rgb(12,164,43); }
div.DivClassName
{
background-color: #0CA42B;
}
.BgClassName
{
background-color: #0CA42B;
}
</style>
border-color css
<style>
span { border-color: #0CA42B; }
span { border-color: rgb(12,164,43); }
td.TdClassName
{
border-color: #0CA42B;
}
.TagClassName
{
border-color: #0CA42B;
}
</style>