Html Css Color HEX #0ED544 Malachite

📋 copy color: '#0ED544'

red 14 ◦ green 213 ◦ blue 68

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

Shades of Malachite #0ED544

Tints of Malachite #0ED544

RGB

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

 GREEN value IS 213 (83.59% from 255) = 72.2%

 BLUE value IS 68 (26.95% from 255) = 23.05%

R = 4.75%
G = 72.2%
B = 23.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#0ED544 (or 0x0ED544) is known color: Malachite. HEX triplet: 0E, D5 and 44. RGB value is (14,213,68). Sum of RGB (Red+Green+Blue) = 14+213+68=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED544 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED544 is #F12ABB. Grayscale: #898989. Windows color (decimal): -15805116 or 4510990. OLE color: 4510990.

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

Color convert

RGB 14 213 68 -
CMYK 0.93 0 0.68 0.16
HSL 136.28º 0.88% 0.45% -
HSV(B) 136.28º 0.93% 0.84% -
XYZ 25.02 48.1 13.43 -
YUV 136.97 89.07 40.29 -
System Red Green Blue C M Y K H S L
Decimal 14 213 68 0.93 0 0.68 0.16 136.28 0.88 0.45
Hex E D5 44 5D 0 44 10 88 58 2D
Octal 16 325 104 135 0 104 20 210 130 55
Binary 1110 11010101 1000100 1011101 0 1000100 10000 10001000 1011000 101101

Color Harmonies of #0ED544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED544

Black with #0ED544

Text Example


Text Example

White with #0ED544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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