Shades of Dark Pastel Green #0CAA39
Tints of Dark Pastel Green #0CAA39
RGB
CMYK
RGB Variations
Color information
#0CAA39 (or 0x0CAA39) is known color: Dark Pastel Green. HEX triplet: 0C, AA and 39. RGB value is (12,170,57). Sum of RGB (Red+Green+Blue) = 12+170+57=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 170 (66.80% from 255 or 71.13% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAA39 is #F355C6. Grayscale: #6E6E6E. Windows color (decimal): -15947207 or 3779084. OLE color: 3779084.
HSL color Cylindrical-coordinate representation of color #0CAA39: hue angle of 137.09º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAA39 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 57 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.33 |
| HSL | 137.09º | 0.87% | 0.36% | - |
| HSV(B) | 137.09º | 0.93% | 0.67% | - |
| XYZ | 15.26 | 29.12 | 8.69 | - |
| YUV | 109.88 | 98.15 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 57 | 0.93 | 0 | 0.66 | 0.33 | 137.09 | 0.87 | 0.36 |
| Hex | C | AA | 39 | 5D | 0 | 42 | 21 | 89 | 57 | 24 |
| Octal | 14 | 252 | 71 | 135 | 0 | 102 | 41 | 211 | 127 | 44 |
| Binary | 1100 | 10101010 | 111001 | 1011101 | 0 | 1000010 | 100001 | 10001001 | 1010111 | 100100 |
Color Harmonies of #0CAA39
Complementary color
Monochromatic Colors of #0CAA39
Black with #0CAA39
Text Example
Text Example
White with #0CAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA39; }
p { color: rgb(12,170,57); }
H1.HeaderClassName
{
color: #0CAA39;
}
.AnyTagClassName
{
color: #0CAA39;
}
</style>
background-color css
<style>
a { background-color: #0CAA39; }
a { background-color: rgb(12,170,57); }
div.DivClassName
{
background-color: #0CAA39;
}
.BgClassName
{
background-color: #0CAA39;
}
</style>
border-color css
<style>
span { border-color: #0CAA39; }
span { border-color: rgb(12,170,57); }
td.TdClassName
{
border-color: #0CAA39;
}
.TagClassName
{
border-color: #0CAA39;
}
</style>