Shades of Dark Pastel Green #0CAE2F
Tints of Dark Pastel Green #0CAE2F
RGB
CMYK
RGB Variations
Color information
#0CAE2F (or 0x0CAE2F) is known color: Dark Pastel Green. HEX triplet: 0C, AE and 2F. RGB value is (12,174,47). Sum of RGB (Red+Green+Blue) = 12+174+47=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 174 (68.36% from 255 or 74.68% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE2F is #F351D0. Grayscale: #6F6F6F. Windows color (decimal): -15946193 or 3124748. OLE color: 3124748.
HSL color Cylindrical-coordinate representation of color #0CAE2F: hue angle of 132.96º 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 #0CAE2F is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 47 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.32 |
| HSL | 132.96º | 0.87% | 0.36% | - |
| HSV(B) | 132.96º | 0.93% | 0.68% | - |
| XYZ | 15.8 | 30.56 | 7.75 | - |
| YUV | 111.08 | 91.83 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 47 | 0.93 | 0 | 0.73 | 0.32 | 132.96 | 0.87 | 0.36 |
| Hex | C | AE | 2F | 5D | 0 | 49 | 20 | 85 | 57 | 24 |
| Octal | 14 | 256 | 57 | 135 | 0 | 111 | 40 | 205 | 127 | 44 |
| Binary | 1100 | 10101110 | 101111 | 1011101 | 0 | 1001001 | 100000 | 10000101 | 1010111 | 100100 |
Color Harmonies of #0CAE2F
Complementary color
Monochromatic Colors of #0CAE2F
Black with #0CAE2F
Text Example
Text Example
White with #0CAE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE2F; }
p { color: rgb(12,174,47); }
H1.HeaderClassName
{
color: #0CAE2F;
}
.AnyTagClassName
{
color: #0CAE2F;
}
</style>
background-color css
<style>
a { background-color: #0CAE2F; }
a { background-color: rgb(12,174,47); }
div.DivClassName
{
background-color: #0CAE2F;
}
.BgClassName
{
background-color: #0CAE2F;
}
</style>
border-color css
<style>
span { border-color: #0CAE2F; }
span { border-color: rgb(12,174,47); }
td.TdClassName
{
border-color: #0CAE2F;
}
.TagClassName
{
border-color: #0CAE2F;
}
</style>