Shades of Dark Pastel Green #0CAE3A
Tints of Dark Pastel Green #0CAE3A
RGB
CMYK
RGB Variations
Color information
#0CAE3A (or 0x0CAE3A) is known color: Dark Pastel Green. HEX triplet: 0C, AE and 3A. RGB value is (12,174,58). Sum of RGB (Red+Green+Blue) = 12+174+58=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 174 (68.36% from 255 or 71.31% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE3A is #F351C5. Grayscale: #707070. Windows color (decimal): -15946182 or 3845644. OLE color: 3845644.
HSL color Cylindrical-coordinate representation of color #0CAE3A: hue angle of 137.04º 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 #0CAE3A is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 58 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.32 |
| HSL | 137.04º | 0.87% | 0.36% | - |
| HSV(B) | 137.04º | 0.93% | 0.68% | - |
| XYZ | 16.05 | 30.66 | 9.07 | - |
| YUV | 112.34 | 97.33 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 58 | 0.93 | 0 | 0.67 | 0.32 | 137.04 | 0.87 | 0.36 |
| Hex | C | AE | 3A | 5D | 0 | 43 | 20 | 89 | 57 | 24 |
| Octal | 14 | 256 | 72 | 135 | 0 | 103 | 40 | 211 | 127 | 44 |
| Binary | 1100 | 10101110 | 111010 | 1011101 | 0 | 1000011 | 100000 | 10001001 | 1010111 | 100100 |
Color Harmonies of #0CAE3A
Complementary color
Monochromatic Colors of #0CAE3A
Black with #0CAE3A
Text Example
Text Example
White with #0CAE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE3A; }
p { color: rgb(12,174,58); }
H1.HeaderClassName
{
color: #0CAE3A;
}
.AnyTagClassName
{
color: #0CAE3A;
}
</style>
background-color css
<style>
a { background-color: #0CAE3A; }
a { background-color: rgb(12,174,58); }
div.DivClassName
{
background-color: #0CAE3A;
}
.BgClassName
{
background-color: #0CAE3A;
}
</style>
border-color css
<style>
span { border-color: #0CAE3A; }
span { border-color: rgb(12,174,58); }
td.TdClassName
{
border-color: #0CAE3A;
}
.TagClassName
{
border-color: #0CAE3A;
}
</style>