Html Css Color HEX #80EEA0 Light Green

📋 copy color: '#80EEA0'

red 128 ◦ green 238 ◦ blue 160

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

Shades of Light Green #80EEA0

Tints of Light Green #80EEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.25%

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

R = 24.33%
G = 45.25%
B = 30.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#80EEA0 (or 0x80EEA0) is known color: Light Green. HEX triplet: 80, EE and A0. RGB value is (128,238,160). Sum of RGB (Red+Green+Blue) = 128+238+160=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EEA0 is #7F115F. Grayscale: #C4C4C4. Windows color (decimal): -8327520 or 10546816. OLE color: 10546816.

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

Color convert

RGB 128 238 160 -
CMYK 0.46 0 0.33 0.07
HSL 137.45º 0.76% 0.72% -
HSV(B) 137.45º 0.46% 0.93% -
XYZ 45.82 68.28 44.02 -
YUV 196.22 107.56 79.34 -
System Red Green Blue C M Y K H S L
Decimal 128 238 160 0.46 0 0.33 0.07 137.45 0.76 0.72
Hex 80 EE A0 2E 0 21 7 89 4C 48
Octal 200 356 240 56 0 41 7 211 114 110
Binary 10000000 11101110 10100000 101110 0 100001 111 10001001 1001100 1001000

Color Harmonies of #80EEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EEA0

Black with #80EEA0

Text Example


Text Example

White with #80EEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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