Shades of Dark Pastel Green #0CA72B
Tints of Dark Pastel Green #0CA72B
RGB
CMYK
RGB Variations
Color information
#0CA72B (or 0x0CA72B) is known color: Dark Pastel Green. HEX triplet: 0C, A7 and 2B. RGB value is (12,167,43). Sum of RGB (Red+Green+Blue) = 12+167+43=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 167 (65.62% from 255 or 75.23% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA72B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA72B is #F358D4. Grayscale: #6A6A6A. Windows color (decimal): -15947989 or 2860812. OLE color: 2860812.
HSL color Cylindrical-coordinate representation of color #0CA72B: hue angle of 132º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA72B is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 167 | 43 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.35 |
| HSL | 132º | 0.87% | 0.35% | - |
| HSV(B) | 132º | 0.93% | 0.65% | - |
| XYZ | 14.41 | 27.89 | 6.91 | - |
| YUV | 106.52 | 92.15 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 167 | 43 | 0.93 | 0 | 0.74 | 0.35 | 132 | 0.87 | 0.35 |
| Hex | C | A7 | 2B | 5D | 0 | 4A | 23 | 84 | 57 | 23 |
| Octal | 14 | 247 | 53 | 135 | 0 | 112 | 43 | 204 | 127 | 43 |
| Binary | 1100 | 10100111 | 101011 | 1011101 | 0 | 1001010 | 100011 | 10000100 | 1010111 | 100011 |
Color Harmonies of #0CA72B
Complementary color
Monochromatic Colors of #0CA72B
Black with #0CA72B
Text Example
Text Example
White with #0CA72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA72B; }
p { color: rgb(12,167,43); }
H1.HeaderClassName
{
color: #0CA72B;
}
.AnyTagClassName
{
color: #0CA72B;
}
</style>
background-color css
<style>
a { background-color: #0CA72B; }
a { background-color: rgb(12,167,43); }
div.DivClassName
{
background-color: #0CA72B;
}
.BgClassName
{
background-color: #0CA72B;
}
</style>
border-color css
<style>
span { border-color: #0CA72B; }
span { border-color: rgb(12,167,43); }
td.TdClassName
{
border-color: #0CA72B;
}
.TagClassName
{
border-color: #0CA72B;
}
</style>