Html Css Color HEX #0EB990 Mountain Meadow

📋 copy color: '#0EB990'

red 14 ◦ green 185 ◦ blue 144

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

Shades of Mountain Meadow #0EB990

Tints of Mountain Meadow #0EB990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 4.08%
G = 53.94%
B = 41.98%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#0EB990 (or 0x0EB990) is known color: Mountain Meadow. HEX triplet: 0E, B9 and 90. RGB value is (14,185,144). Sum of RGB (Red+Green+Blue) = 14+185+144=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB990 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB990 is #F1466F. Grayscale: #818181. Windows color (decimal): -15812208 or 9484558. OLE color: 9484558.

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

Color convert

RGB 14 185 144 -
CMYK 0.92 0 0.22 0.27
HSL 165.61º 0.86% 0.39% -
HSV(B) 165.61º 0.92% 0.73% -
XYZ 22.56 36.8 32.3 -
YUV 129.2 136.35 45.83 -
System Red Green Blue C M Y K H S L
Decimal 14 185 144 0.92 0 0.22 0.27 165.61 0.86 0.39
Hex E B9 90 5C 0 16 1B A6 56 27
Octal 16 271 220 134 0 26 33 246 126 47
Binary 1110 10111001 10010000 1011100 0 10110 11011 10100110 1010110 100111

Color Harmonies of #0EB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB990

Black with #0EB990

Text Example


Text Example

White with #0EB990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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