Html Css Color HEX #0EB382 Mountain Meadow

📋 copy color: '#0EB382'

red 14 ◦ green 179 ◦ blue 130

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

Shades of Mountain Meadow #0EB382

Tints of Mountain Meadow #0EB382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.42%

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

R = 4.33%
G = 55.42%
B = 40.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#0EB382 (or 0x0EB382) is known color: Mountain Meadow. HEX triplet: 0E, B3 and 82. RGB value is (14,179,130). Sum of RGB (Red+Green+Blue) = 14+179+130=323 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.33% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB382 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB382 is #F14C7D. Grayscale: #7C7C7C. Windows color (decimal): -15813758 or 8565518. OLE color: 8565518.

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

Color convert

RGB 14 179 130 -
CMYK 0.92 0 0.27 0.30
HSL 162.18º 0.85% 0.38% -
HSV(B) 162.18º 0.92% 0.7% -
XYZ 20.33 33.95 26.6 -
YUV 124.08 131.34 49.48 -
System Red Green Blue C M Y K H S L
Decimal 14 179 130 0.92 0 0.27 0.30 162.18 0.85 0.38
Hex E B3 82 5C 0 1B 1E A2 55 26
Octal 16 263 202 134 0 33 36 242 125 46
Binary 1110 10110011 10000010 1011100 0 11011 11110 10100010 1010101 100110

Color Harmonies of #0EB382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB382

Black with #0EB382

Text Example


Text Example

White with #0EB382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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