Html Css Color HEX #0ED478 Mountain Meadow

📋 copy color: '#0ED478'

red 14 ◦ green 212 ◦ blue 120

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

Shades of Mountain Meadow #0ED478

Tints of Mountain Meadow #0ED478

RGB

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

 GREEN value IS 212 (83.2% from 255) = 61.27%

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 4.05%
G = 61.27%
B = 34.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#0ED478 (or 0x0ED478) is known color: Mountain Meadow. HEX triplet: 0E, D4 and 78. RGB value is (14,212,120). Sum of RGB (Red+Green+Blue) = 14+212+120=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 212 (83.20% from 255 or 61.27% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED478 is #F12B87. Grayscale: #8E8E8E. Windows color (decimal): -15805320 or 7918606. OLE color: 7918606.

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

Color convert

RGB 14 212 120 -
CMYK 0.93 0 0.43 0.17
HSL 152.12º 0.88% 0.44% -
HSV(B) 152.12º 0.93% 0.83% -
XYZ 27.11 48.54 25.71 -
YUV 142.31 115.4 36.48 -
System Red Green Blue C M Y K H S L
Decimal 14 212 120 0.93 0 0.43 0.17 152.12 0.88 0.44
Hex E D4 78 5D 0 2B 11 98 58 2C
Octal 16 324 170 135 0 53 21 230 130 54
Binary 1110 11010100 1111000 1011101 0 101011 10001 10011000 1011000 101100

Color Harmonies of #0ED478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED478

Black with #0ED478

Text Example


Text Example

White with #0ED478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,212,120); }

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

background-color css

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

 a { background-color: rgb(14,212,120); }

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

border-color css

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

 span { border-color: rgb(14,212,120); }

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