#0ed93c

Color #0ED93C Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0ED93C

Tints of Malachite #0ED93C

Color information

#0ED93C (or 0x0ED93C) is unknown color: approx Malachite. HEX triplet: 0E, D9 and 3C. RGB value is (14,217,60). Sum of RGB (Red+Green+Blue) = 14+217+60=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 217 (85.16% from 255 or 74.57% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED93C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED93C is #F126C3. Grayscale: #8A8A8A. Windows color (decimal): -15804100 or 3987726. OLE color: 3987726.

HSL color Cylindrical-coordinate representation of color #0ED93C: hue angle of 133.6º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED93C is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB1421760-
CMYK0.9400.720.15
HSL133.6º87.88%45.29%-
HSV(B)133.6º93.55%85.1%-
XYZ25.8150.0512.57-
YUV138.483.7539.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.81%
GREEN value IS 217 (85.16% from 255) = 74.57%
BLUE value IS 60 (23.83% from 255) = 20.62%
R=4.81%
G=74.57%
B=20.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal14217600.9400.720.15133.687.8845.29
HexED93C5E048F86582d
Octal163317413601101720613055
Binary1110110110011111001011110010010001111100001101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ed93c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,217,60); }

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

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

 a { background-color: rgb(14,217,60); }

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

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

 span { border-color: rgb(14,217,60); }

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