Html Css Color HEX #80ECA0 Light Green

📋 copy color: '#80ECA0'

red 128 ◦ green 236 ◦ blue 160

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

Shades of Light Green #80ECA0

Tints of Light Green #80ECA0

RGB

 RED value IS 128 (50.39% from 255) = 24.43%

 GREEN value IS 236 (92.58% from 255) = 45.04%

 BLUE value IS 160 (62.89% from 255) = 30.53%

R = 24.43%
G = 45.04%
B = 30.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#80ECA0 (or 0x80ECA0) is known color: Light Green. HEX triplet: 80, EC and A0. RGB value is (128,236,160). Sum of RGB (Red+Green+Blue) = 128+236+160=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80ECA0 is #7F135F. Grayscale: #C3C3C3. Windows color (decimal): -8328032 or 10546304. OLE color: 10546304.

HSL color Cylindrical-coordinate representation of color #80ECA0: hue angle of 137.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ECA0 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 160 -
CMYK 0.46 0 0.32 0.07
HSL 137.78º 0.74% 0.71% -
HSV(B) 137.78º 0.46% 0.93% -
XYZ 45.24 67.12 43.83 -
YUV 195.04 108.22 80.18 -
System Red Green Blue C M Y K H S L
Decimal 128 236 160 0.46 0 0.32 0.07 137.78 0.74 0.71
Hex 80 EC A0 2E 0 20 7 8A 4A 47
Octal 200 354 240 56 0 40 7 212 112 107
Binary 10000000 11101100 10100000 101110 0 100000 111 10001010 1001010 1000111

Color Harmonies of #80ECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECA0

Black with #80ECA0

Text Example


Text Example

White with #80ECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80ECA0; }

 p { color: rgb(128,236,160); }

 H1.HeaderClassName
 {
   color: #80ECA0;
 }
 .AnyTagClassName
 {
   color: #80ECA0;
 }
</style>

background-color css

<style>
 a { background-color: #80ECA0; }

 a { background-color: rgb(128,236,160); }

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

border-color css

<style>
 span { border-color: #80ECA0; }

 span { border-color: rgb(128,236,160); }

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