Shades of Dark Pastel Green #0CAE2E
Tints of Dark Pastel Green #0CAE2E
RGB
CMYK
RGB Variations
Color information
#0CAE2E (or 0x0CAE2E) is known color: Dark Pastel Green. HEX triplet: 0C, AE and 2E. RGB value is (12,174,46). Sum of RGB (Red+Green+Blue) = 12+174+46=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 174 (68.36% from 255 or 75% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE2E is #F351D1. Grayscale: #6F6F6F. Windows color (decimal): -15946194 or 3059212. OLE color: 3059212.
HSL color Cylindrical-coordinate representation of color #0CAE2E: hue angle of 132.59º 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 #0CAE2E is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 46 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.32 |
| HSL | 132.59º | 0.87% | 0.36% | - |
| HSV(B) | 132.59º | 0.93% | 0.68% | - |
| XYZ | 15.78 | 30.55 | 7.65 | - |
| YUV | 110.97 | 91.33 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 46 | 0.93 | 0 | 0.74 | 0.32 | 132.59 | 0.87 | 0.36 |
| Hex | C | AE | 2E | 5D | 0 | 4A | 20 | 85 | 57 | 24 |
| Octal | 14 | 256 | 56 | 135 | 0 | 112 | 40 | 205 | 127 | 44 |
| Binary | 1100 | 10101110 | 101110 | 1011101 | 0 | 1001010 | 100000 | 10000101 | 1010111 | 100100 |
Color Harmonies of #0CAE2E
Complementary color
Monochromatic Colors of #0CAE2E
Black with #0CAE2E
Text Example
Text Example
White with #0CAE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE2E; }
p { color: rgb(12,174,46); }
H1.HeaderClassName
{
color: #0CAE2E;
}
.AnyTagClassName
{
color: #0CAE2E;
}
</style>
background-color css
<style>
a { background-color: #0CAE2E; }
a { background-color: rgb(12,174,46); }
div.DivClassName
{
background-color: #0CAE2E;
}
.BgClassName
{
background-color: #0CAE2E;
}
</style>
border-color css
<style>
span { border-color: #0CAE2E; }
span { border-color: rgb(12,174,46); }
td.TdClassName
{
border-color: #0CAE2E;
}
.TagClassName
{
border-color: #0CAE2E;
}
</style>