Shades of Dark Pastel Green #0EC324
Tints of Dark Pastel Green #0EC324
RGB
CMYK
RGB Variations
Color information
#0EC324 (or 0x0EC324) is known color: Dark Pastel Green. HEX triplet: 0E, C3 and 24. RGB value is (14,195,36). Sum of RGB (Red+Green+Blue) = 14+195+36=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 195 (76.56% from 255 or 79.59% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC324 is #F13CDB. Grayscale: #7B7B7B. Windows color (decimal): -15809756 or 2409230. OLE color: 2409230.
HSL color Cylindrical-coordinate representation of color #0EC324: hue angle of 127.29º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC324 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 195 | 36 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.24 |
| HSL | 127.29º | 0.87% | 0.41% | - |
| HSV(B) | 127.29º | 0.93% | 0.76% | - |
| XYZ | 20.01 | 39.25 | 8.19 | - |
| YUV | 122.76 | 79.03 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 195 | 36 | 0.93 | 0 | 0.82 | 0.24 | 127.29 | 0.87 | 0.41 |
| Hex | E | C3 | 24 | 5D | 0 | 52 | 18 | 7F | 57 | 29 |
| Octal | 16 | 303 | 44 | 135 | 0 | 122 | 30 | 177 | 127 | 51 |
| Binary | 1110 | 11000011 | 100100 | 1011101 | 0 | 1010010 | 11000 | 1111111 | 1010111 | 101001 |
Color Harmonies of #0EC324
Complementary color
Monochromatic Colors of #0EC324
Black with #0EC324
Text Example
Text Example
White with #0EC324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC324; }
p { color: rgb(14,195,36); }
H1.HeaderClassName
{
color: #0EC324;
}
.AnyTagClassName
{
color: #0EC324;
}
</style>
background-color css
<style>
a { background-color: #0EC324; }
a { background-color: rgb(14,195,36); }
div.DivClassName
{
background-color: #0EC324;
}
.BgClassName
{
background-color: #0EC324;
}
</style>
border-color css
<style>
span { border-color: #0EC324; }
span { border-color: rgb(14,195,36); }
td.TdClassName
{
border-color: #0EC324;
}
.TagClassName
{
border-color: #0EC324;
}
</style>