Html Css Color HEX #0ED36A Malachite

📋 copy color: '#0ED36A'

red 14 ◦ green 211 ◦ blue 106

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

Shades of Malachite #0ED36A

Tints of Malachite #0ED36A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 63.75%

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 4.23%
G = 63.75%
B = 32.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#0ED36A (or 0x0ED36A) is known color: Malachite. HEX triplet: 0E, D3 and 6A. RGB value is (14,211,106). Sum of RGB (Red+Green+Blue) = 14+211+106=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 211 (82.81% from 255 or 63.75% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED36A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED36A is #F12C95. Grayscale: #8C8C8C. Windows color (decimal): -15805590 or 7000846. OLE color: 7000846.

HSL color Cylindrical-coordinate representation of color #0ED36A: hue angle of 148.02º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED36A is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 211 106 -
CMYK 0.93 0 0.50 0.17
HSL 148.02º 0.88% 0.44% -
HSV(B) 148.02º 0.93% 0.83% -
XYZ 26.08 47.72 21.47 -
YUV 140.13 108.73 38.04 -
System Red Green Blue C M Y K H S L
Decimal 14 211 106 0.93 0 0.50 0.17 148.02 0.88 0.44
Hex E D3 6A 5D 0 32 11 94 58 2C
Octal 16 323 152 135 0 62 21 224 130 54
Binary 1110 11010011 1101010 1011101 0 110010 10001 10010100 1011000 101100

Color Harmonies of #0ED36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED36A

Black with #0ED36A

Text Example


Text Example

White with #0ED36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,211,106); }

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

background-color css

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

 a { background-color: rgb(14,211,106); }

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

border-color css

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

 span { border-color: rgb(14,211,106); }

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