Html Css Color HEX #0ED271 Malachite

📋 copy color: '#0ED271'

red 14 ◦ green 210 ◦ blue 113

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

Shades of Malachite #0ED271

Tints of Malachite #0ED271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 62.31%

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 4.15%
G = 62.31%
B = 33.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#0ED271 (or 0x0ED271) is known color: Malachite. HEX triplet: 0E, D2 and 71. RGB value is (14,210,113). Sum of RGB (Red+Green+Blue) = 14+210+113=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED271 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED271 is #F12D8E. Grayscale: #8C8C8C. Windows color (decimal): -15805839 or 7459342. OLE color: 7459342.

HSL color Cylindrical-coordinate representation of color #0ED271: hue angle of 150.31º degrees, saturation: 0.88, 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 #0ED271 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 210 113 -
CMYK 0.93 0 0.46 0.18
HSL 150.31º 0.88% 0.44% -
HSV(B) 150.31º 0.93% 0.82% -
XYZ 26.21 47.38 23.39 -
YUV 140.34 112.57 37.89 -
System Red Green Blue C M Y K H S L
Decimal 14 210 113 0.93 0 0.46 0.18 150.31 0.88 0.44
Hex E D2 71 5D 0 2E 12 96 58 2C
Octal 16 322 161 135 0 56 22 226 130 54
Binary 1110 11010010 1110001 1011101 0 101110 10010 10010110 1011000 101100

Color Harmonies of #0ED271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED271

Black with #0ED271

Text Example


Text Example

White with #0ED271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,210,113); }

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

background-color css

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

 a { background-color: rgb(14,210,113); }

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

border-color css

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

 span { border-color: rgb(14,210,113); }

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