Html Css Color HEX #0EAA80 Mountain Meadow

📋 copy color: '#0EAA80'

red 14 ◦ green 170 ◦ blue 128

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

Shades of Mountain Meadow #0EAA80

Tints of Mountain Meadow #0EAA80

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.49%

 BLUE value IS 128 (50.39% from 255) = 41.03%

R = 4.49%
G = 54.49%
B = 41.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#0EAA80 (or 0x0EAA80) is known color: Mountain Meadow. HEX triplet: 0E, AA and 80. RGB value is (14,170,128). Sum of RGB (Red+Green+Blue) = 14+170+128=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAA80 is #F1557F. Grayscale: #767676. Windows color (decimal): -15816064 or 8432142. OLE color: 8432142.

HSL color Cylindrical-coordinate representation of color #0EAA80: hue angle of 163.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA80 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 170 128 -
CMYK 0.92 0 0.25 0.33
HSL 163.85º 0.85% 0.36% -
HSV(B) 163.85º 0.92% 0.67% -
XYZ 18.45 30.4 25.32 -
YUV 118.57 133.32 53.42 -
System Red Green Blue C M Y K H S L
Decimal 14 170 128 0.92 0 0.25 0.33 163.85 0.85 0.36
Hex E AA 80 5C 0 19 21 A4 55 24
Octal 16 252 200 134 0 31 41 244 125 44
Binary 1110 10101010 10000000 1011100 0 11001 100001 10100100 1010101 100100

Color Harmonies of #0EAA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA80

Black with #0EAA80

Text Example


Text Example

White with #0EAA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,170,128); }

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

background-color css

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

 a { background-color: rgb(14,170,128); }

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

border-color css

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

 span { border-color: rgb(14,170,128); }

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