#0ECA75

Color #0ECA75 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0ECA75

Tints of Mountain Meadow #0ECA75

Color information

#0ECA75 (or 0x0ECA75) is unknown color: approx Mountain Meadow. HEX triplet: 0E, CA and 75. RGB value is (14,202,117). Sum of RGB (Red+Green+Blue) = 14+202+117=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 202 (79.30% from 255 or 60.66% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECA75 is #F1358A. Grayscale: #888888. Windows color (decimal): -15807883 or 7719438. OLE color: 7719438.

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

Color convert

RGB14202117-
CMYK0.9300.420.21
HSL152.87º87.04%42.35%-
HSV(B)152.87º93.07%79.22%-
XYZ24.5143.6223.96-
YUV136.1117.2240.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.20%
GREEN value IS 202 (79.30% from 255) = 60.66%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=4.20%
G=60.66%
B=35.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142021170.9300.420.21152.8787.0442.35
HexECA755D02A1599572a
Octal163121651350522523112752
Binary11101100101011101011011101010101010101100110011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,202,117); }

 H1.HeaderClassName
 {
   color: #0ECA75;
 }
 .AnyTagClassName
 {
   color: #0ECA75;
 }
</style>
background-color css

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

 a { background-color: rgb(14,202,117); }

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

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

 span { border-color: rgb(14,202,117); }

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