Shades of Dark Pastel Green #0CAC40
Tints of Dark Pastel Green #0CAC40
RGB
CMYK
RGB Variations
Color information
#0CAC40 (or 0x0CAC40) is known color: Dark Pastel Green. HEX triplet: 0C, AC and 40. RGB value is (12,172,64). Sum of RGB (Red+Green+Blue) = 12+172+64=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC40 is #F353BF. Grayscale: #707070. Windows color (decimal): -15946688 or 4238348. OLE color: 4238348.
HSL color Cylindrical-coordinate representation of color #0CAC40: hue angle of 139.5º 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 #0CAC40 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 64 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.33 |
| HSL | 139.5º | 0.87% | 0.36% | - |
| HSV(B) | 139.5º | 0.93% | 0.67% | - |
| XYZ | 15.83 | 29.95 | 9.8 | - |
| YUV | 111.85 | 100.99 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 64 | 0.93 | 0 | 0.63 | 0.33 | 139.5 | 0.87 | 0.36 |
| Hex | C | AC | 40 | 5D | 0 | 3F | 21 | 8C | 57 | 24 |
| Octal | 14 | 254 | 100 | 135 | 0 | 77 | 41 | 214 | 127 | 44 |
| Binary | 1100 | 10101100 | 1000000 | 1011101 | 0 | 111111 | 100001 | 10001100 | 1010111 | 100100 |
Color Harmonies of #0CAC40
Complementary color
Monochromatic Colors of #0CAC40
Black with #0CAC40
Text Example
Text Example
White with #0CAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC40; }
p { color: rgb(12,172,64); }
H1.HeaderClassName
{
color: #0CAC40;
}
.AnyTagClassName
{
color: #0CAC40;
}
</style>
background-color css
<style>
a { background-color: #0CAC40; }
a { background-color: rgb(12,172,64); }
div.DivClassName
{
background-color: #0CAC40;
}
.BgClassName
{
background-color: #0CAC40;
}
</style>
border-color css
<style>
span { border-color: #0CAC40; }
span { border-color: rgb(12,172,64); }
td.TdClassName
{
border-color: #0CAC40;
}
.TagClassName
{
border-color: #0CAC40;
}
</style>