Html Css Color HEX #0EB796 Mountain Meadow

📋 copy color: '#0EB796'

red 14 ◦ green 183 ◦ blue 150

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

Shades of Mountain Meadow #0EB796

Tints of Mountain Meadow #0EB796

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.74%

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 4.03%
G = 52.74%
B = 43.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#0EB796 (or 0x0EB796) is known color: Mountain Meadow. HEX triplet: 0E, B7 and 96. RGB value is (14,183,150). Sum of RGB (Red+Green+Blue) = 14+183+150=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB796 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB796 is #F14869. Grayscale: #808080. Windows color (decimal): -15812714 or 9877262. OLE color: 9877262.

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

Color convert

RGB 14 183 150 -
CMYK 0.92 0 0.18 0.28
HSL 168.28º 0.86% 0.39% -
HSV(B) 168.28º 0.92% 0.72% -
XYZ 22.62 36.16 34.64 -
YUV 128.71 140.01 46.18 -
System Red Green Blue C M Y K H S L
Decimal 14 183 150 0.92 0 0.18 0.28 168.28 0.86 0.39
Hex E B7 96 5C 0 12 1C A8 56 27
Octal 16 267 226 134 0 22 34 250 126 47
Binary 1110 10110111 10010110 1011100 0 10010 11100 10101000 1010110 100111

Color Harmonies of #0EB796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB796

Black with #0EB796

Text Example


Text Example

White with #0EB796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,183,150); }

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

background-color css

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

 a { background-color: rgb(14,183,150); }

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

border-color css

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

 span { border-color: rgb(14,183,150); }

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