Shades of Dark Pastel Green #0CAE2B
Tints of Dark Pastel Green #0CAE2B
RGB
CMYK
RGB Variations
Color information
#0CAE2B (or 0x0CAE2B) is known color: Dark Pastel Green. HEX triplet: 0C, AE and 2B. RGB value is (12,174,43). Sum of RGB (Red+Green+Blue) = 12+174+43=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 174 (68.36% from 255 or 75.98% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE2B is #F351D4. Grayscale: #6E6E6E. Windows color (decimal): -15946197 or 2862604. OLE color: 2862604.
HSL color Cylindrical-coordinate representation of color #0CAE2B: hue angle of 131.48º 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 #0CAE2B is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 43 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.32 |
| HSL | 131.48º | 0.87% | 0.36% | - |
| HSV(B) | 131.48º | 0.93% | 0.68% | - |
| XYZ | 15.72 | 30.52 | 7.35 | - |
| YUV | 110.63 | 89.83 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 43 | 0.93 | 0 | 0.75 | 0.32 | 131.48 | 0.87 | 0.36 |
| Hex | C | AE | 2B | 5D | 0 | 4B | 20 | 83 | 57 | 24 |
| Octal | 14 | 256 | 53 | 135 | 0 | 113 | 40 | 203 | 127 | 44 |
| Binary | 1100 | 10101110 | 101011 | 1011101 | 0 | 1001011 | 100000 | 10000011 | 1010111 | 100100 |
Color Harmonies of #0CAE2B
Complementary color
Monochromatic Colors of #0CAE2B
Black with #0CAE2B
Text Example
Text Example
White with #0CAE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE2B; }
p { color: rgb(12,174,43); }
H1.HeaderClassName
{
color: #0CAE2B;
}
.AnyTagClassName
{
color: #0CAE2B;
}
</style>
background-color css
<style>
a { background-color: #0CAE2B; }
a { background-color: rgb(12,174,43); }
div.DivClassName
{
background-color: #0CAE2B;
}
.BgClassName
{
background-color: #0CAE2B;
}
</style>
border-color css
<style>
span { border-color: #0CAE2B; }
span { border-color: rgb(12,174,43); }
td.TdClassName
{
border-color: #0CAE2B;
}
.TagClassName
{
border-color: #0CAE2B;
}
</style>