Html Css Color HEX #0EAB84 Mountain Meadow

📋 copy color: '#0EAB84'

red 14 ◦ green 171 ◦ blue 132

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

Shades of Mountain Meadow #0EAB84

Tints of Mountain Meadow #0EAB84

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.94%

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

R = 4.42%
G = 53.94%
B = 41.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#0EAB84 (or 0x0EAB84) is known color: Mountain Meadow. HEX triplet: 0E, AB and 84. RGB value is (14,171,132). Sum of RGB (Red+Green+Blue) = 14+171+132=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAB84 is #F1547B. Grayscale: #777777. Windows color (decimal): -15815804 or 8694542. OLE color: 8694542.

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

Color convert

RGB 14 171 132 -
CMYK 0.92 0 0.23 0.33
HSL 165.1º 0.85% 0.36% -
HSV(B) 165.1º 0.92% 0.67% -
XYZ 18.91 30.89 26.79 -
YUV 119.61 134.99 52.67 -
System Red Green Blue C M Y K H S L
Decimal 14 171 132 0.92 0 0.23 0.33 165.1 0.85 0.36
Hex E AB 84 5C 0 17 21 A5 55 24
Octal 16 253 204 134 0 27 41 245 125 44
Binary 1110 10101011 10000100 1011100 0 10111 100001 10100101 1010101 100100

Color Harmonies of #0EAB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAB84

Black with #0EAB84

Text Example


Text Example

White with #0EAB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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