Html Css Color HEX #0EB38A Mountain Meadow

📋 copy color: '#0EB38A'

red 14 ◦ green 179 ◦ blue 138

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

Shades of Mountain Meadow #0EB38A

Tints of Mountain Meadow #0EB38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 4.23%
G = 54.08%
B = 41.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#0EB38A (or 0x0EB38A) is known color: Mountain Meadow. HEX triplet: 0E, B3 and 8A. RGB value is (14,179,138). Sum of RGB (Red+Green+Blue) = 14+179+138=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB38A is #F14C75. Grayscale: #7C7C7C. Windows color (decimal): -15813750 or 9089806. OLE color: 9089806.

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

Color convert

RGB 14 179 138 -
CMYK 0.92 0 0.23 0.30
HSL 165.09º 0.85% 0.38% -
HSV(B) 165.09º 0.92% 0.7% -
XYZ 20.89 34.17 29.54 -
YUV 124.99 135.34 48.83 -
System Red Green Blue C M Y K H S L
Decimal 14 179 138 0.92 0 0.23 0.30 165.09 0.85 0.38
Hex E B3 8A 5C 0 17 1E A5 55 26
Octal 16 263 212 134 0 27 36 245 125 46
Binary 1110 10110011 10001010 1011100 0 10111 11110 10100101 1010101 100110

Color Harmonies of #0EB38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB38A

Black with #0EB38A

Text Example


Text Example

White with #0EB38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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