Html Css Color HEX #80F8A0 Light Green

📋 copy color: '#80F8A0'

red 128 ◦ green 248 ◦ blue 160

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

Shades of Light Green #80F8A0

Tints of Light Green #80F8A0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.27%

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

R = 23.88%
G = 46.27%
B = 29.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#80F8A0 (or 0x80F8A0) is known color: Light Green. HEX triplet: 80, F8 and A0. RGB value is (128,248,160). Sum of RGB (Red+Green+Blue) = 128+248+160=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #80F8A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F8A0 is #7F075F. Grayscale: #CACACA. Windows color (decimal): -8324960 or 10549376. OLE color: 10549376.

HSL color Cylindrical-coordinate representation of color #80F8A0: hue angle of 136º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F8A0 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 248 160 -
CMYK 0.48 0 0.35 0.03
HSL 136º 0.9% 0.74% -
HSV(B) 136º 0.48% 0.97% -
XYZ 48.81 74.26 45.02 -
YUV 202.09 104.24 75.16 -
System Red Green Blue C M Y K H S L
Decimal 128 248 160 0.48 0 0.35 0.03 136 0.9 0.74
Hex 80 F8 A0 30 0 23 3 88 5A 4A
Octal 200 370 240 60 0 43 3 210 132 112
Binary 10000000 11111000 10100000 110000 0 100011 11 10001000 1011010 1001010

Color Harmonies of #80F8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F8A0

Black with #80F8A0

Text Example


Text Example

White with #80F8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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