Html Css Color HEX #0EB68D Mountain Meadow

📋 copy color: '#0EB68D'

red 14 ◦ green 182 ◦ blue 141

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

Shades of Mountain Meadow #0EB68D

Tints of Mountain Meadow #0EB68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 4.15%
G = 54.01%
B = 41.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#0EB68D (or 0x0EB68D) is known color: Mountain Meadow. HEX triplet: 0E, B6 and 8D. RGB value is (14,182,141). Sum of RGB (Red+Green+Blue) = 14+182+141=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 182 (71.48% from 255 or 54.01% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 182 - color contains mainly: green. Hex color #0EB68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB68D is #F14972. Grayscale: #7F7F7F. Windows color (decimal): -15812979 or 9287182. OLE color: 9287182.

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

Color convert

RGB 14 182 141 -
CMYK 0.92 0 0.23 0.29
HSL 165.36º 0.86% 0.38% -
HSV(B) 165.36º 0.92% 0.71% -
XYZ 21.72 35.47 30.9 -
YUV 127.09 135.84 47.33 -
System Red Green Blue C M Y K H S L
Decimal 14 182 141 0.92 0 0.23 0.29 165.36 0.86 0.38
Hex E B6 8D 5C 0 17 1D A5 56 26
Octal 16 266 215 134 0 27 35 245 126 46
Binary 1110 10110110 10001101 1011100 0 10111 11101 10100101 1010110 100110

Color Harmonies of #0EB68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB68D

Black with #0EB68D

Text Example


Text Example

White with #0EB68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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