Html Css Color HEX #0EB98D Mountain Meadow

📋 copy color: '#0EB98D'

red 14 ◦ green 185 ◦ blue 141

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

Shades of Mountain Meadow #0EB98D

Tints of Mountain Meadow #0EB98D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.41%

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 4.12%
G = 54.41%
B = 41.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#0EB98D (or 0x0EB98D) is known color: Mountain Meadow. HEX triplet: 0E, B9 and 8D. RGB value is (14,185,141). Sum of RGB (Red+Green+Blue) = 14+185+141=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB98D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB98D is #F14672. Grayscale: #808080. Windows color (decimal): -15812211 or 9287950. OLE color: 9287950.

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

Color convert

RGB 14 185 141 -
CMYK 0.92 0 0.24 0.27
HSL 164.56º 0.86% 0.39% -
HSV(B) 164.56º 0.92% 0.73% -
XYZ 22.34 36.71 31.11 -
YUV 128.86 134.85 46.08 -
System Red Green Blue C M Y K H S L
Decimal 14 185 141 0.92 0 0.24 0.27 164.56 0.86 0.39
Hex E B9 8D 5C 0 18 1B A5 56 27
Octal 16 271 215 134 0 30 33 245 126 47
Binary 1110 10111001 10001101 1011100 0 11000 11011 10100101 1010110 100111

Color Harmonies of #0EB98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB98D

Black with #0EB98D

Text Example


Text Example

White with #0EB98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,185,141); }

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

background-color css

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

 a { background-color: rgb(14,185,141); }

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

border-color css

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

 span { border-color: rgb(14,185,141); }

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