Html Css Color HEX #0EB27C Mountain Meadow

📋 copy color: '#0EB27C'

red 14 ◦ green 178 ◦ blue 124

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

Shades of Mountain Meadow #0EB27C

Tints of Mountain Meadow #0EB27C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.33%

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 4.43%
G = 56.33%
B = 39.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#0EB27C (or 0x0EB27C) is known color: Mountain Meadow. HEX triplet: 0E, B2 and 7C. RGB value is (14,178,124). Sum of RGB (Red+Green+Blue) = 14+178+124=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB27C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB27C is #F14D83. Grayscale: #7A7A7A. Windows color (decimal): -15814020 or 8172046. OLE color: 8172046.

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

Color convert

RGB 14 178 124 -
CMYK 0.92 0 0.30 0.30
HSL 160.24º 0.85% 0.38% -
HSV(B) 160.24º 0.92% 0.7% -
XYZ 19.74 33.39 24.47 -
YUV 122.81 128.67 50.39 -
System Red Green Blue C M Y K H S L
Decimal 14 178 124 0.92 0 0.30 0.30 160.24 0.85 0.38
Hex E B2 7C 5C 0 1E 1E A0 55 26
Octal 16 262 174 134 0 36 36 240 125 46
Binary 1110 10110010 1111100 1011100 0 11110 11110 10100000 1010101 100110

Color Harmonies of #0EB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB27C

Black with #0EB27C

Text Example


Text Example

White with #0EB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,178,124); }

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

background-color css

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

 a { background-color: rgb(14,178,124); }

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

border-color css

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

 span { border-color: rgb(14,178,124); }

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