Html Css Color HEX #0EAA84 Mountain Meadow

📋 copy color: '#0EAA84'

red 14 ◦ green 170 ◦ blue 132

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

Shades of Mountain Meadow #0EAA84

Tints of Mountain Meadow #0EAA84

RGB

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

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

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

R = 4.43%
G = 53.8%
B = 41.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#0EAA84 (or 0x0EAA84) is known color: Mountain Meadow. HEX triplet: 0E, AA and 84. RGB value is (14,170,132). Sum of RGB (Red+Green+Blue) = 14+170+132=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAA84 is #F1557B. Grayscale: #777777. Windows color (decimal): -15816060 or 8694286. OLE color: 8694286.

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

Color convert

RGB 14 170 132 -
CMYK 0.92 0 0.22 0.33
HSL 165.38º 0.85% 0.36% -
HSV(B) 165.38º 0.92% 0.67% -
XYZ 18.72 30.51 26.73 -
YUV 119.02 135.32 53.09 -
System Red Green Blue C M Y K H S L
Decimal 14 170 132 0.92 0 0.22 0.33 165.38 0.85 0.36
Hex E AA 84 5C 0 16 21 A5 55 24
Octal 16 252 204 134 0 26 41 245 125 44
Binary 1110 10101010 10000100 1011100 0 10110 100001 10100101 1010101 100100

Color Harmonies of #0EAA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA84

Black with #0EAA84

Text Example


Text Example

White with #0EAA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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