#0ECC75

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

Shades of Mountain Meadow #0ECC75

Tints of Mountain Meadow #0ECC75

Color information

#0ECC75 (or 0x0ECC75) is unknown color: approx Mountain Meadow. HEX triplet: 0E, CC and 75. RGB value is (14,204,117). Sum of RGB (Red+Green+Blue) = 14+204+117=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECC75 is #F1338A. Grayscale: #898989. Windows color (decimal): -15807371 or 7719950. OLE color: 7719950.

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

Color convert

RGB14204117-
CMYK0.9300.430.2
HSL152.53º87.16%42.75%-
HSV(B)152.53º93.14%80%-
XYZ24.9844.5624.11-
YUV137.27116.5540.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.18%
GREEN value IS 204 (80.08% from 255) = 60.90%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=4.18%
G=60.90%
B=34.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal142041170.9300.430.2152.5387.1642.75
HexECC755D02B1499572b
Octal163141651350532423112753
Binary11101100110011101011011101010101110100100110011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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