Html Css Color HEX #0EAC89 Mountain Meadow

📋 copy color: '#0EAC89'

red 14 ◦ green 172 ◦ blue 137

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

Shades of Mountain Meadow #0EAC89

Tints of Mountain Meadow #0EAC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.25%

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 4.33%
G = 53.25%
B = 42.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#0EAC89 (or 0x0EAC89) is known color: Mountain Meadow. HEX triplet: 0E, AC and 89. RGB value is (14,172,137). Sum of RGB (Red+Green+Blue) = 14+172+137=323 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.33% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAC89 is #F15376. Grayscale: #787878. Windows color (decimal): -15815543 or 9022478. OLE color: 9022478.

HSL color Cylindrical-coordinate representation of color #0EAC89: hue angle of 166.71º 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 #0EAC89 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 172 137 -
CMYK 0.92 0 0.20 0.33
HSL 166.71º 0.85% 0.36% -
HSV(B) 166.71º 0.92% 0.67% -
XYZ 19.45 31.4 28.7 -
YUV 120.77 137.15 51.85 -
System Red Green Blue C M Y K H S L
Decimal 14 172 137 0.92 0 0.20 0.33 166.71 0.85 0.36
Hex E AC 89 5C 0 14 21 A7 55 24
Octal 16 254 211 134 0 24 41 247 125 44
Binary 1110 10101100 10001001 1011100 0 10100 100001 10100111 1010101 100100

Color Harmonies of #0EAC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC89

Black with #0EAC89

Text Example


Text Example

White with #0EAC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,137); }

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

background-color css

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

 a { background-color: rgb(14,172,137); }

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

border-color css

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

 span { border-color: rgb(14,172,137); }

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