#80F99A

Color #80F99A Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #80F99A

Tints of Light Green #80F99A

Color information

#80F99A (or 0x80F99A) is unknown color: approx Light Green. HEX triplet: 80, F9 and 9A. RGB value is (128,249,154). Sum of RGB (Red+Green+Blue) = 128+249+154=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #80F99A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F99A is #7F0665. Grayscale: #CACACA. Windows color (decimal): -8324710 or 10156416. OLE color: 10156416.

HSL color Cylindrical-coordinate representation of color #80F99A: hue angle of 132.89º degrees, saturation: 0.91, 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 #80F99A is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB128249154-
CMYK0.4900.380.02
HSL132.89º90.98%73.92%-
HSV(B)132.89º48.59%97.65%-
XYZ48.6174.6742.42-
YUV201.99100.9175.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.11%
GREEN value IS 249 (97.66% from 255) = 46.89%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=24.11%
G=46.89%
B=29.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282491540.4900.380.02132.8990.9873.92
Hex80F99A310262855b4a
Octal200371232610462205133112
Binary1000000011111001100110101100010100110101000010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80F99A;
 }
 .AnyTagClassName
 {
   color: #80F99A;
 }
</style>
background-color css

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

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

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

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

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

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