#0EC124

Color #0EC124 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0EC124

Tints of Dark Pastel Green #0EC124

Color information

#0EC124 (or 0x0EC124) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C1 and 24. RGB value is (14,193,36). Sum of RGB (Red+Green+Blue) = 14+193+36=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 193 (75.78% from 255 or 79.42% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC124 is #F13EDB. Grayscale: #7A7A7A. Windows color (decimal): -15810268 or 2408718. OLE color: 2408718.

HSL color Cylindrical-coordinate representation of color #0EC124: hue angle of 127.37º degrees, saturation: 0.86, 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 #0EC124 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB1419336-
CMYK0.9300.810.24
HSL127.37º86.47%40.59%-
HSV(B)127.37º92.75%75.69%-
XYZ19.5738.368.04-
YUV121.5879.751.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 5.76%
GREEN value IS 193 (75.78% from 255) = 79.42%
BLUE value IS 36 (14.45% from 255) = 14.81%
R=5.76%
G=79.42%
B=14.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14193360.9300.810.24127.3786.4740.59
HexEC1245D051187f5629
Octal163014413501213017712651
Binary1110110000011001001011101010100011100011111111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EC124; }

 p { color: rgb(14,193,36); }

 H1.HeaderClassName
 {
   color: #0EC124;
 }
 .AnyTagClassName
 {
   color: #0EC124;
 }
</style>
background-color css

<style>
 a { background-color: #0EC124; }

 a { background-color: rgb(14,193,36); }

 div.DivClassName
 {
   background-color: #0EC124;
 }
 .BgClassName
 {
   background-color: #0EC124;
 }
</style>
border-color css

<style>
 span { border-color: #0EC124; }

 span { border-color: rgb(14,193,36); }

 td.TdClassName
 {
   border-color: #0EC124;
 }
 .TagClassName
 {
   border-color: #0EC124;
 }
</style>