Shades of Dark Pastel Green #0CAE40
Tints of Dark Pastel Green #0CAE40
RGB
CMYK
RGB Variations
Color information
#0CAE40 (or 0x0CAE40) is known color: Dark Pastel Green. HEX triplet: 0C, AE and 40. RGB value is (12,174,64). Sum of RGB (Red+Green+Blue) = 12+174+64=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 174 (68.36% from 255 or 69.6% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE40 is #F351BF. Grayscale: #717171. Windows color (decimal): -15946176 or 4238860. OLE color: 4238860.
HSL color Cylindrical-coordinate representation of color #0CAE40: hue angle of 139.26º 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 #0CAE40 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 64 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.32 |
| HSL | 139.26º | 0.87% | 0.36% | - |
| HSV(B) | 139.26º | 0.93% | 0.68% | - |
| XYZ | 16.21 | 30.72 | 9.93 | - |
| YUV | 113.02 | 100.33 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 64 | 0.93 | 0 | 0.63 | 0.32 | 139.26 | 0.87 | 0.36 |
| Hex | C | AE | 40 | 5D | 0 | 3F | 20 | 8B | 57 | 24 |
| Octal | 14 | 256 | 100 | 135 | 0 | 77 | 40 | 213 | 127 | 44 |
| Binary | 1100 | 10101110 | 1000000 | 1011101 | 0 | 111111 | 100000 | 10001011 | 1010111 | 100100 |
Color Harmonies of #0CAE40
Complementary color
Monochromatic Colors of #0CAE40
Black with #0CAE40
Text Example
Text Example
White with #0CAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE40; }
p { color: rgb(12,174,64); }
H1.HeaderClassName
{
color: #0CAE40;
}
.AnyTagClassName
{
color: #0CAE40;
}
</style>
background-color css
<style>
a { background-color: #0CAE40; }
a { background-color: rgb(12,174,64); }
div.DivClassName
{
background-color: #0CAE40;
}
.BgClassName
{
background-color: #0CAE40;
}
</style>
border-color css
<style>
span { border-color: #0CAE40; }
span { border-color: rgb(12,174,64); }
td.TdClassName
{
border-color: #0CAE40;
}
.TagClassName
{
border-color: #0CAE40;
}
</style>