Shades of Dark Pastel Green #0CAC3E
Tints of Dark Pastel Green #0CAC3E
RGB
CMYK
RGB Variations
Color information
#0CAC3E (or 0x0CAC3E) is known color: Dark Pastel Green. HEX triplet: 0C, AC and 3E. RGB value is (12,172,62). Sum of RGB (Red+Green+Blue) = 12+172+62=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 172 (67.58% from 255 or 69.92% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC3E is #F353C1. Grayscale: #6F6F6F. Windows color (decimal): -15946690 or 4107276. OLE color: 4107276.
HSL color Cylindrical-coordinate representation of color #0CAC3E: hue angle of 138.75º 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 #0CAC3E is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 62 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.33 |
| HSL | 138.75º | 0.87% | 0.36% | - |
| HSV(B) | 138.75º | 0.93% | 0.67% | - |
| XYZ | 15.77 | 29.93 | 9.5 | - |
| YUV | 111.62 | 99.99 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 62 | 0.93 | 0 | 0.64 | 0.33 | 138.75 | 0.87 | 0.36 |
| Hex | C | AC | 3E | 5D | 0 | 40 | 21 | 8B | 57 | 24 |
| Octal | 14 | 254 | 76 | 135 | 0 | 100 | 41 | 213 | 127 | 44 |
| Binary | 1100 | 10101100 | 111110 | 1011101 | 0 | 1000000 | 100001 | 10001011 | 1010111 | 100100 |
Color Harmonies of #0CAC3E
Complementary color
Monochromatic Colors of #0CAC3E
Black with #0CAC3E
Text Example
Text Example
White with #0CAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC3E; }
p { color: rgb(12,172,62); }
H1.HeaderClassName
{
color: #0CAC3E;
}
.AnyTagClassName
{
color: #0CAC3E;
}
</style>
background-color css
<style>
a { background-color: #0CAC3E; }
a { background-color: rgb(12,172,62); }
div.DivClassName
{
background-color: #0CAC3E;
}
.BgClassName
{
background-color: #0CAC3E;
}
</style>
border-color css
<style>
span { border-color: #0CAC3E; }
span { border-color: rgb(12,172,62); }
td.TdClassName
{
border-color: #0CAC3E;
}
.TagClassName
{
border-color: #0CAC3E;
}
</style>