Shades of Dark Pastel Green #0CAC24
Tints of Dark Pastel Green #0CAC24
RGB
CMYK
RGB Variations
Color information
#0CAC24 (or 0x0CAC24) is known color: Dark Pastel Green. HEX triplet: 0C, AC and 24. RGB value is (12,172,36). Sum of RGB (Red+Green+Blue) = 12+172+36=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 172 (67.58% from 255 or 78.18% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC24 is #F353DB. Grayscale: #6D6D6D. Windows color (decimal): -15946716 or 2403340. OLE color: 2403340.
HSL color Cylindrical-coordinate representation of color #0CAC24: hue angle of 129º 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 #0CAC24 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 36 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.33 |
| HSL | 129º | 0.87% | 0.36% | - |
| HSV(B) | 129º | 0.93% | 0.67% | - |
| XYZ | 15.22 | 29.71 | 6.6 | - |
| YUV | 108.66 | 86.99 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 36 | 0.93 | 0 | 0.79 | 0.33 | 129 | 0.87 | 0.36 |
| Hex | C | AC | 24 | 5D | 0 | 4F | 21 | 81 | 57 | 24 |
| Octal | 14 | 254 | 44 | 135 | 0 | 117 | 41 | 201 | 127 | 44 |
| Binary | 1100 | 10101100 | 100100 | 1011101 | 0 | 1001111 | 100001 | 10000001 | 1010111 | 100100 |
Color Harmonies of #0CAC24
Complementary color
Monochromatic Colors of #0CAC24
Black with #0CAC24
Text Example
Text Example
White with #0CAC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC24; }
p { color: rgb(12,172,36); }
H1.HeaderClassName
{
color: #0CAC24;
}
.AnyTagClassName
{
color: #0CAC24;
}
</style>
background-color css
<style>
a { background-color: #0CAC24; }
a { background-color: rgb(12,172,36); }
div.DivClassName
{
background-color: #0CAC24;
}
.BgClassName
{
background-color: #0CAC24;
}
</style>
border-color css
<style>
span { border-color: #0CAC24; }
span { border-color: rgb(12,172,36); }
td.TdClassName
{
border-color: #0CAC24;
}
.TagClassName
{
border-color: #0CAC24;
}
</style>