Html Css Color HEX #0ED558 Malachite

📋 copy color: '#0ED558'

red 14 ◦ green 213 ◦ blue 88

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

Shades of Malachite #0ED558

Tints of Malachite #0ED558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.94%

R = 4.44%
G = 67.62%
B = 27.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#0ED558 (or 0x0ED558) is known color: Malachite. HEX triplet: 0E, D5 and 58. RGB value is (14,213,88). Sum of RGB (Red+Green+Blue) = 14+213+88=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 213 (83.59% from 255 or 67.62% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED558 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED558 is #F12AA7. Grayscale: #8B8B8B. Windows color (decimal): -15805096 or 5821710. OLE color: 5821710.

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

Color convert

RGB 14 213 88 -
CMYK 0.93 0 0.59 0.16
HSL 142.31º 0.88% 0.45% -
HSV(B) 142.31º 0.93% 0.84% -
XYZ 25.74 48.39 17.22 -
YUV 139.25 99.07 38.66 -
System Red Green Blue C M Y K H S L
Decimal 14 213 88 0.93 0 0.59 0.16 142.31 0.88 0.45
Hex E D5 58 5D 0 3B 10 8E 58 2D
Octal 16 325 130 135 0 73 20 216 130 55
Binary 1110 11010101 1011000 1011101 0 111011 10000 10001110 1011000 101101

Color Harmonies of #0ED558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED558

Black with #0ED558

Text Example


Text Example

White with #0ED558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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