Html Css Color HEX #0EBA7F Mountain Meadow

📋 copy color: '#0EBA7F'

red 14 ◦ green 186 ◦ blue 127

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

Shades of Mountain Meadow #0EBA7F

Tints of Mountain Meadow #0EBA7F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.88%

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

R = 4.28%
G = 56.88%
B = 38.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#0EBA7F (or 0x0EBA7F) is known color: Mountain Meadow. HEX triplet: 0E, BA and 7F. RGB value is (14,186,127). Sum of RGB (Red+Green+Blue) = 14+186+127=327 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.28% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA7F is #F14580. Grayscale: #7F7F7F. Windows color (decimal): -15811969 or 8370702. OLE color: 8370702.

HSL color Cylindrical-coordinate representation of color #0EBA7F: hue angle of 159.42º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA7F is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 186 127 -
CMYK 0.92 0 0.32 0.27
HSL 159.42º 0.86% 0.39% -
HSV(B) 159.42º 0.92% 0.73% -
XYZ 21.57 36.74 26.03 -
YUV 127.85 127.52 46.8 -
System Red Green Blue C M Y K H S L
Decimal 14 186 127 0.92 0 0.32 0.27 159.42 0.86 0.39
Hex E BA 7F 5C 0 20 1B 9F 56 27
Octal 16 272 177 134 0 40 33 237 126 47
Binary 1110 10111010 1111111 1011100 0 100000 11011 10011111 1010110 100111

Color Harmonies of #0EBA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA7F

Black with #0EBA7F

Text Example


Text Example

White with #0EBA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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