#0ED54D

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

Shades of Malachite #0ED54D

Tints of Malachite #0ED54D

Color information

#0ED54D (or 0x0ED54D) is unknown color: approx Malachite. HEX triplet: 0E, D5 and 4D. RGB value is (14,213,77). Sum of RGB (Red+Green+Blue) = 14+213+77=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED54D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED54D is #F12AB2. Grayscale: #8A8A8A. Windows color (decimal): -15805107 or 5100814. OLE color: 5100814.

HSL color Cylindrical-coordinate representation of color #0ED54D: hue angle of 138.99º 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 #0ED54D is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB1421377-
CMYK0.9300.640.16
HSL138.99º87.67%44.51%-
HSV(B)138.99º93.43%83.53%-
XYZ25.3148.2214.99-
YUV137.9993.5739.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.61%
GREEN value IS 213 (83.59% from 255) = 70.07%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=4.61%
G=70.07%
B=25.33%

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
Decimal14213770.9300.640.16138.9987.6744.51
HexED54D5D040108b582d
Octal1632511513501002021313055
Binary111011010101100110110111010100000010000100010111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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