Html Css Color HEX #0EB68A Mountain Meadow

📋 copy color: '#0EB68A'

red 14 ◦ green 182 ◦ blue 138

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

Shades of Mountain Meadow #0EB68A

Tints of Mountain Meadow #0EB68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.49%

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

R = 4.19%
G = 54.49%
B = 41.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#0EB68A (or 0x0EB68A) is known color: Mountain Meadow. HEX triplet: 0E, B6 and 8A. RGB value is (14,182,138). Sum of RGB (Red+Green+Blue) = 14+182+138=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #0EB68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB68A is #F14975. Grayscale: #7E7E7E. Windows color (decimal): -15812982 or 9090574. OLE color: 9090574.

HSL color Cylindrical-coordinate representation of color #0EB68A: hue angle of 164.29º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB68A is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 14 182 138 -
CMYK 0.92 0 0.24 0.29
HSL 164.29º 0.86% 0.38% -
HSV(B) 164.29º 0.92% 0.71% -
XYZ 21.5 35.38 29.74 -
YUV 126.75 134.34 47.58 -
System Red Green Blue C M Y K H S L
Decimal 14 182 138 0.92 0 0.24 0.29 164.29 0.86 0.38
Hex E B6 8A 5C 0 18 1D A4 56 26
Octal 16 266 212 134 0 30 35 244 126 46
Binary 1110 10110110 10001010 1011100 0 11000 11101 10100100 1010110 100110

Color Harmonies of #0EB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB68A

Black with #0EB68A

Text Example


Text Example

White with #0EB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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