#0ED54C

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

Shades of Malachite #0ED54C

Tints of Malachite #0ED54C

Color information

#0ED54C (or 0x0ED54C) is unknown color: approx Malachite. HEX triplet: 0E, D5 and 4C. RGB value is (14,213,76). Sum of RGB (Red+Green+Blue) = 14+213+76=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 213 (83.59% from 255 or 70.30% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED54C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED54C is #F12AB3. Grayscale: #8A8A8A. Windows color (decimal): -15805108 or 5035278. OLE color: 5035278.

HSL color Cylindrical-coordinate representation of color #0ED54C: hue angle of 138.69º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED54C is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB1421376-
CMYK0.9300.640.16
HSL138.69º87.67%44.51%-
HSV(B)138.69º93.43%83.53%-
XYZ25.2848.214.81-
YUV137.8893.0739.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.62%
GREEN value IS 213 (83.59% from 255) = 70.30%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=4.62%
G=70.30%
B=25.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14213760.9300.640.16138.6987.6744.51
HexED54C5D040108b582d
Octal1632511413501002021313055
Binary111011010101100110010111010100000010000100010111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,213,76); }

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

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

 a { background-color: rgb(14,213,76); }

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

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

 span { border-color: rgb(14,213,76); }

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