Html Css Color HEX #80FA9A Light Green

📋 copy color: '#80FA9A'

red 128 ◦ green 250 ◦ blue 154

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

Shades of Light Green #80FA9A

Tints of Light Green #80FA9A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.99%

 BLUE value IS 154 (60.55% from 255) = 28.95%

R = 24.06%
G = 46.99%
B = 28.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#80FA9A (or 0x80FA9A) is known color: Light Green. HEX triplet: 80, FA and 9A. RGB value is (128,250,154). Sum of RGB (Red+Green+Blue) = 128+250+154=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FA9A is #7F0565. Grayscale: #CACACA. Windows color (decimal): -8324454 or 10156672. OLE color: 10156672.

HSL color Cylindrical-coordinate representation of color #80FA9A: hue angle of 132.79º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FA9A is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 154 -
CMYK 0.49 0 0.38 0.02
HSL 132.79º 0.92% 0.74% -
HSV(B) 132.79º 0.49% 0.98% -
XYZ 48.92 75.29 42.53 -
YUV 202.58 100.58 74.81 -
System Red Green Blue C M Y K H S L
Decimal 128 250 154 0.49 0 0.38 0.02 132.79 0.92 0.74
Hex 80 FA 9A 31 0 26 2 85 5C 4A
Octal 200 372 232 61 0 46 2 205 134 112
Binary 10000000 11111010 10011010 110001 0 100110 10 10000101 1011100 1001010

Color Harmonies of #80FA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FA9A

Black with #80FA9A

Text Example


Text Example

White with #80FA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,250,154); }

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

background-color css

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

 a { background-color: rgb(128,250,154); }

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

border-color css

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

 span { border-color: rgb(128,250,154); }

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