Shades of Dark Pastel Green #0CAE43
Tints of Dark Pastel Green #0CAE43
RGB
CMYK
RGB Variations
Color information
#0CAE43 (or 0x0CAE43) is known color: Dark Pastel Green. HEX triplet: 0C, AE and 43. RGB value is (12,174,67). Sum of RGB (Red+Green+Blue) = 12+174+67=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 174 (68.36% from 255 or 68.77% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE43 is #F351BC. Grayscale: #717171. Windows color (decimal): -15946173 or 4435468. OLE color: 4435468.
HSL color Cylindrical-coordinate representation of color #0CAE43: hue angle of 140.37º 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 #0CAE43 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 67 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.32 |
| HSL | 140.37º | 0.87% | 0.36% | - |
| HSV(B) | 140.37º | 0.93% | 0.68% | - |
| XYZ | 16.3 | 30.76 | 10.39 | - |
| YUV | 113.36 | 101.83 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 67 | 0.93 | 0 | 0.61 | 0.32 | 140.37 | 0.87 | 0.36 |
| Hex | C | AE | 43 | 5D | 0 | 3D | 20 | 8C | 57 | 24 |
| Octal | 14 | 256 | 103 | 135 | 0 | 75 | 40 | 214 | 127 | 44 |
| Binary | 1100 | 10101110 | 1000011 | 1011101 | 0 | 111101 | 100000 | 10001100 | 1010111 | 100100 |
Color Harmonies of #0CAE43
Complementary color
Monochromatic Colors of #0CAE43
Black with #0CAE43
Text Example
Text Example
White with #0CAE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE43; }
p { color: rgb(12,174,67); }
H1.HeaderClassName
{
color: #0CAE43;
}
.AnyTagClassName
{
color: #0CAE43;
}
</style>
background-color css
<style>
a { background-color: #0CAE43; }
a { background-color: rgb(12,174,67); }
div.DivClassName
{
background-color: #0CAE43;
}
.BgClassName
{
background-color: #0CAE43;
}
</style>
border-color css
<style>
span { border-color: #0CAE43; }
span { border-color: rgb(12,174,67); }
td.TdClassName
{
border-color: #0CAE43;
}
.TagClassName
{
border-color: #0CAE43;
}
</style>