Html Css Color HEX #0ECC7B Mountain Meadow

📋 copy color: '#0ECC7B'

red 14 ◦ green 204 ◦ blue 123

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

Shades of Mountain Meadow #0ECC7B

Tints of Mountain Meadow #0ECC7B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.82%

 BLUE value IS 123 (48.44% from 255) = 36.07%

R = 4.11%
G = 59.82%
B = 36.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#0ECC7B (or 0x0ECC7B) is known color: Mountain Meadow. HEX triplet: 0E, CC and 7B. RGB value is (14,204,123). Sum of RGB (Red+Green+Blue) = 14+204+123=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECC7B is #F13384. Grayscale: #8A8A8A. Windows color (decimal): -15807365 or 8113166. OLE color: 8113166.

HSL color Cylindrical-coordinate representation of color #0ECC7B: hue angle of 154.42º 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 #0ECC7B is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 14 204 123 -
CMYK 0.93 0 0.40 0.2
HSL 154.42º 0.87% 0.43% -
HSV(B) 154.42º 0.93% 0.8% -
XYZ 25.35 44.71 26.03 -
YUV 137.96 119.55 39.59 -
System Red Green Blue C M Y K H S L
Decimal 14 204 123 0.93 0 0.40 0.2 154.42 0.87 0.43
Hex E CC 7B 5D 0 28 14 9A 57 2B
Octal 16 314 173 135 0 50 24 232 127 53
Binary 1110 11001100 1111011 1011101 0 101000 10100 10011010 1010111 101011

Color Harmonies of #0ECC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECC7B

Black with #0ECC7B

Text Example


Text Example

White with #0ECC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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