Html Css Color HEX #0EAE84 Mountain Meadow

📋 copy color: '#0EAE84'

red 14 ◦ green 174 ◦ blue 132

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

Shades of Mountain Meadow #0EAE84

Tints of Mountain Meadow #0EAE84

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.38%

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 4.38%
G = 54.38%
B = 41.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#0EAE84 (or 0x0EAE84) is known color: Mountain Meadow. HEX triplet: 0E, AE and 84. RGB value is (14,174,132). Sum of RGB (Red+Green+Blue) = 14+174+132=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAE84 is #F1517B. Grayscale: #797979. Windows color (decimal): -15815036 or 8695310. OLE color: 8695310.

HSL color Cylindrical-coordinate representation of color #0EAE84: hue angle of 164.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAE84 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 174 132 -
CMYK 0.92 0 0.24 0.32
HSL 164.25º 0.85% 0.37% -
HSV(B) 164.25º 0.92% 0.68% -
XYZ 19.48 32.03 26.99 -
YUV 121.37 133.99 51.42 -
System Red Green Blue C M Y K H S L
Decimal 14 174 132 0.92 0 0.24 0.32 164.25 0.85 0.37
Hex E AE 84 5C 0 18 20 A4 55 25
Octal 16 256 204 134 0 30 40 244 125 45
Binary 1110 10101110 10000100 1011100 0 11000 100000 10100100 1010101 100101

Color Harmonies of #0EAE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAE84

Black with #0EAE84

Text Example


Text Example

White with #0EAE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,174,132); }

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

background-color css

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

 a { background-color: rgb(14,174,132); }

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

border-color css

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

 span { border-color: rgb(14,174,132); }

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