Html Css Color HEX #0EC584 Mountain Meadow

📋 copy color: '#0EC584'

red 14 ◦ green 197 ◦ blue 132

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

Shades of Mountain Meadow #0EC584

Tints of Mountain Meadow #0EC584

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.43%

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 4.08%
G = 57.43%
B = 38.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#0EC584 (or 0x0EC584) is known color: Mountain Meadow. HEX triplet: 0E, C5 and 84. RGB value is (14,197,132). Sum of RGB (Red+Green+Blue) = 14+197+132=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC584 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC584 is #F13A7B. Grayscale: #868686. Windows color (decimal): -15809148 or 8701198. OLE color: 8701198.

HSL color Cylindrical-coordinate representation of color #0EC584: hue angle of 158.69º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC584 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 14 197 132 -
CMYK 0.93 0 0.33 0.23
HSL 158.69º 0.87% 0.41% -
HSV(B) 158.69º 0.93% 0.77% -
XYZ 24.31 41.69 28.6 -
YUV 134.87 126.37 41.79 -
System Red Green Blue C M Y K H S L
Decimal 14 197 132 0.93 0 0.33 0.23 158.69 0.87 0.41
Hex E C5 84 5D 0 21 17 9F 57 29
Octal 16 305 204 135 0 41 27 237 127 51
Binary 1110 11000101 10000100 1011101 0 100001 10111 10011111 1010111 101001

Color Harmonies of #0EC584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC584

Black with #0EC584

Text Example


Text Example

White with #0EC584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,197,132); }

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

background-color css

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

 a { background-color: rgb(14,197,132); }

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

border-color css

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

 span { border-color: rgb(14,197,132); }

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