Html Css Color HEX #0EC672 Mountain Meadow

📋 copy color: '#0EC672'

red 14 ◦ green 198 ◦ blue 114

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

Shades of Mountain Meadow #0EC672

Tints of Mountain Meadow #0EC672

RGB

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

 GREEN value IS 198 (77.73% from 255) = 60.74%

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 4.29%
G = 60.74%
B = 34.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#0EC672 (or 0x0EC672) is known color: Mountain Meadow. HEX triplet: 0E, C6 and 72. RGB value is (14,198,114). Sum of RGB (Red+Green+Blue) = 14+198+114=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC672 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC672 is #F1398D. Grayscale: #858585. Windows color (decimal): -15808910 or 7521806. OLE color: 7521806.

HSL color Cylindrical-coordinate representation of color #0EC672: hue angle of 152.61º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC672 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 198 114 -
CMYK 0.93 0 0.42 0.22
HSL 152.61º 0.87% 0.42% -
HSV(B) 152.61º 0.93% 0.78% -
XYZ 23.41 41.7 22.73 -
YUV 133.41 117.04 42.83 -
System Red Green Blue C M Y K H S L
Decimal 14 198 114 0.93 0 0.42 0.22 152.61 0.87 0.42
Hex E C6 72 5D 0 2A 16 99 57 2A
Octal 16 306 162 135 0 52 26 231 127 52
Binary 1110 11000110 1110010 1011101 0 101010 10110 10011001 1010111 101010

Color Harmonies of #0EC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC672

Black with #0EC672

Text Example


Text Example

White with #0EC672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,198,114); }

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

background-color css

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

 a { background-color: rgb(14,198,114); }

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

border-color css

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

 span { border-color: rgb(14,198,114); }

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