#80F9A4

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

Shades of Pale Green #80F9A4

Tints of Pale Green #80F9A4

Color information

#80F9A4 (or 0x80F9A4) is unknown color: approx Pale Green. HEX triplet: 80, F9 and A4. RGB value is (128,249,164). Sum of RGB (Red+Green+Blue) = 128+249+164=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F9A4 is #7F065B. Grayscale: #CBCBCB. Windows color (decimal): -8324700 or 10811776. OLE color: 10811776.

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

Color convert

RGB128249164-
CMYK0.4900.340.02
HSL137.85º90.98%73.92%-
HSV(B)137.85º48.59%97.65%-
XYZ49.4875.0246.99-
YUV203.13105.9174.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.66%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 164 (64.45% from 255) = 30.31%
R=23.66%
G=46.03%
B=30.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282491640.4900.340.02137.8590.9873.92
Hex80F9A43102228a5b4a
Octal200371244610422212133112
Binary1000000011111001101001001100010100010101000101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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