Html Css Color HEX #0EB982 Mountain Meadow

📋 copy color: '#0EB982'

red 14 ◦ green 185 ◦ blue 130

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

Shades of Mountain Meadow #0EB982

Tints of Mountain Meadow #0EB982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 4.26%
G = 56.23%
B = 39.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#0EB982 (or 0x0EB982) is known color: Mountain Meadow. HEX triplet: 0E, B9 and 82. RGB value is (14,185,130). Sum of RGB (Red+Green+Blue) = 14+185+130=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 185 (72.66% from 255 or 56.23% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB982 is #F1467D. Grayscale: #7F7F7F. Windows color (decimal): -15812222 or 8567054. OLE color: 8567054.

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

Color convert

RGB 14 185 130 -
CMYK 0.92 0 0.30 0.27
HSL 160.7º 0.86% 0.39% -
HSV(B) 160.7º 0.92% 0.73% -
XYZ 21.56 36.4 27.01 -
YUV 127.6 129.35 46.97 -
System Red Green Blue C M Y K H S L
Decimal 14 185 130 0.92 0 0.30 0.27 160.7 0.86 0.39
Hex E B9 82 5C 0 1E 1B A1 56 27
Octal 16 271 202 134 0 36 33 241 126 47
Binary 1110 10111001 10000010 1011100 0 11110 11011 10100001 1010110 100111

Color Harmonies of #0EB982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB982

Black with #0EB982

Text Example


Text Example

White with #0EB982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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