Shades of Dark Pastel Green #0CAE24
Tints of Dark Pastel Green #0CAE24
RGB
CMYK
RGB Variations
Color information
#0CAE24 (or 0x0CAE24) is known color: Dark Pastel Green. HEX triplet: 0C, AE and 24. RGB value is (12,174,36). Sum of RGB (Red+Green+Blue) = 12+174+36=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 174 (68.36% from 255 or 78.38% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE24 is #F351DB. Grayscale: #6E6E6E. Windows color (decimal): -15946204 or 2403852. OLE color: 2403852.
HSL color Cylindrical-coordinate representation of color #0CAE24: hue angle of 128.89º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAE24 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 36 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.32 |
| HSL | 128.89º | 0.87% | 0.36% | - |
| HSV(B) | 128.89º | 0.93% | 0.68% | - |
| XYZ | 15.61 | 30.48 | 6.73 | - |
| YUV | 109.83 | 86.33 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 36 | 0.93 | 0 | 0.79 | 0.32 | 128.89 | 0.87 | 0.36 |
| Hex | C | AE | 24 | 5D | 0 | 4F | 20 | 81 | 57 | 24 |
| Octal | 14 | 256 | 44 | 135 | 0 | 117 | 40 | 201 | 127 | 44 |
| Binary | 1100 | 10101110 | 100100 | 1011101 | 0 | 1001111 | 100000 | 10000001 | 1010111 | 100100 |
Color Harmonies of #0CAE24
Complementary color
Monochromatic Colors of #0CAE24
Black with #0CAE24
Text Example
Text Example
White with #0CAE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE24; }
p { color: rgb(12,174,36); }
H1.HeaderClassName
{
color: #0CAE24;
}
.AnyTagClassName
{
color: #0CAE24;
}
</style>
background-color css
<style>
a { background-color: #0CAE24; }
a { background-color: rgb(12,174,36); }
div.DivClassName
{
background-color: #0CAE24;
}
.BgClassName
{
background-color: #0CAE24;
}
</style>
border-color css
<style>
span { border-color: #0CAE24; }
span { border-color: rgb(12,174,36); }
td.TdClassName
{
border-color: #0CAE24;
}
.TagClassName
{
border-color: #0CAE24;
}
</style>