Html Css Color HEX #0EAF7F Mountain Meadow

📋 copy color: '#0EAF7F'

red 14 ◦ green 175 ◦ blue 127

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

Shades of Mountain Meadow #0EAF7F

Tints of Mountain Meadow #0EAF7F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.38%

 BLUE value IS 127 (50% from 255) = 40.19%

R = 4.43%
G = 55.38%
B = 40.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#0EAF7F (or 0x0EAF7F) is known color: Mountain Meadow. HEX triplet: 0E, AF and 7F. RGB value is (14,175,127). Sum of RGB (Red+Green+Blue) = 14+175+127=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAF7F is #F15080. Grayscale: #797979. Windows color (decimal): -15814785 or 8367886. OLE color: 8367886.

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

Color convert

RGB 14 175 127 -
CMYK 0.92 0 0.27 0.31
HSL 162.11º 0.85% 0.37% -
HSV(B) 162.11º 0.92% 0.69% -
XYZ 19.34 32.29 25.29 -
YUV 121.39 131.16 51.4 -
System Red Green Blue C M Y K H S L
Decimal 14 175 127 0.92 0 0.27 0.31 162.11 0.85 0.37
Hex E AF 7F 5C 0 1B 1F A2 55 25
Octal 16 257 177 134 0 33 37 242 125 45
Binary 1110 10101111 1111111 1011100 0 11011 11111 10100010 1010101 100101

Color Harmonies of #0EAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAF7F

Black with #0EAF7F

Text Example


Text Example

White with #0EAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,175,127); }

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

background-color css

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

 a { background-color: rgb(14,175,127); }

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

border-color css

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

 span { border-color: rgb(14,175,127); }

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