Shades of Dark Pastel Green #0CAC39
Tints of Dark Pastel Green #0CAC39
RGB
CMYK
RGB Variations
Color information
#0CAC39 (or 0x0CAC39) is known color: Dark Pastel Green. HEX triplet: 0C, AC and 39. RGB value is (12,172,57). Sum of RGB (Red+Green+Blue) = 12+172+57=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 172 (67.58% from 255 or 71.37% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC39 is #F353C6. Grayscale: #6F6F6F. Windows color (decimal): -15946695 or 3779596. OLE color: 3779596.
HSL color Cylindrical-coordinate representation of color #0CAC39: hue angle of 136.88º 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 #0CAC39 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 57 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.33 |
| HSL | 136.88º | 0.87% | 0.36% | - |
| HSV(B) | 136.88º | 0.93% | 0.67% | - |
| XYZ | 15.64 | 29.88 | 8.81 | - |
| YUV | 111.05 | 97.49 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 57 | 0.93 | 0 | 0.67 | 0.33 | 136.88 | 0.87 | 0.36 |
| Hex | C | AC | 39 | 5D | 0 | 43 | 21 | 89 | 57 | 24 |
| Octal | 14 | 254 | 71 | 135 | 0 | 103 | 41 | 211 | 127 | 44 |
| Binary | 1100 | 10101100 | 111001 | 1011101 | 0 | 1000011 | 100001 | 10001001 | 1010111 | 100100 |
Color Harmonies of #0CAC39
Complementary color
Monochromatic Colors of #0CAC39
Black with #0CAC39
Text Example
Text Example
White with #0CAC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC39; }
p { color: rgb(12,172,57); }
H1.HeaderClassName
{
color: #0CAC39;
}
.AnyTagClassName
{
color: #0CAC39;
}
</style>
background-color css
<style>
a { background-color: #0CAC39; }
a { background-color: rgb(12,172,57); }
div.DivClassName
{
background-color: #0CAC39;
}
.BgClassName
{
background-color: #0CAC39;
}
</style>
border-color css
<style>
span { border-color: #0CAC39; }
span { border-color: rgb(12,172,57); }
td.TdClassName
{
border-color: #0CAC39;
}
.TagClassName
{
border-color: #0CAC39;
}
</style>