Html Css Color HEX #0ED054 Malachite

📋 copy color: '#0ED054'

red 14 ◦ green 208 ◦ blue 84

#0ED054
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0ED054

Tints of Malachite #0ED054

RGB

 RED value IS 14 (5.86% from 255) = 4.58%

 GREEN value IS 208 (81.64% from 255) = 67.97%

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 4.58%
G = 67.97%
B = 27.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#0ED054 (or 0x0ED054) is known color: Malachite. HEX triplet: 0E, D0 and 54. RGB value is (14,208,84). Sum of RGB (Red+Green+Blue) = 14+208+84=306 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.58% from 306); Green value is 208 (81.64% from 255 or 67.97% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED054 is #F12FAB. Grayscale: #888888. Windows color (decimal): -15806380 or 5558286. OLE color: 5558286.

HSL color Cylindrical-coordinate representation of color #0ED054: hue angle of 141.65º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED054 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 208 84 -
CMYK 0.93 0 0.60 0.18
HSL 141.65º 0.87% 0.44% -
HSV(B) 141.65º 0.93% 0.82% -
XYZ 24.34 45.85 15.95 -
YUV 135.86 98.73 41.08 -
System Red Green Blue C M Y K H S L
Decimal 14 208 84 0.93 0 0.60 0.18 141.65 0.87 0.44
Hex E D0 54 5D 0 3C 12 8E 57 2C
Octal 16 320 124 135 0 74 22 216 127 54
Binary 1110 11010000 1010100 1011101 0 111100 10010 10001110 1010111 101100

Color Harmonies of #0ED054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED054

Black with #0ED054

Text Example


Text Example

White with #0ED054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,208,84); }

 H1.HeaderClassName
 {
   color: #0ED054;
 }
 .AnyTagClassName
 {
   color: #0ED054;
 }
</style>

background-color css

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

 a { background-color: rgb(14,208,84); }

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

border-color css

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

 span { border-color: rgb(14,208,84); }

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