Html Css Color HEX #0ED37A Mountain Meadow

📋 copy color: '#0ED37A'

red 14 ◦ green 211 ◦ blue 122

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

Shades of Mountain Meadow #0ED37A

Tints of Mountain Meadow #0ED37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 4.03%
G = 60.81%
B = 35.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#0ED37A (or 0x0ED37A) is known color: Mountain Meadow. HEX triplet: 0E, D3 and 7A. RGB value is (14,211,122). Sum of RGB (Red+Green+Blue) = 14+211+122=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 211 (82.81% from 255 or 60.81% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED37A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED37A is #F12C85. Grayscale: #8E8E8E. Windows color (decimal): -15805574 or 8049422. OLE color: 8049422.

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

Color convert

RGB 14 211 122 -
CMYK 0.93 0 0.42 0.17
HSL 152.89º 0.88% 0.44% -
HSV(B) 152.89º 0.93% 0.83% -
XYZ 26.99 48.09 26.27 -
YUV 141.95 116.73 36.74 -
System Red Green Blue C M Y K H S L
Decimal 14 211 122 0.93 0 0.42 0.17 152.89 0.88 0.44
Hex E D3 7A 5D 0 2A 11 99 58 2C
Octal 16 323 172 135 0 52 21 231 130 54
Binary 1110 11010011 1111010 1011101 0 101010 10001 10011001 1011000 101100

Color Harmonies of #0ED37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED37A

Black with #0ED37A

Text Example


Text Example

White with #0ED37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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