#AAFF80

Color #AAFF80 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AAFF80

Tints of Feijoa #AAFF80

Color information

#AAFF80 (or 0xAAFF80) is unknown color: approx Feijoa. HEX triplet: AA, FF and 80. RGB value is (170,255,128). Sum of RGB (Red+Green+Blue) = 170+255+128=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFF80 is #55007F. Grayscale: #D7D7D7. Windows color (decimal): -5570688 or 8454058. OLE color: 8454058.

HSL color Cylindrical-coordinate representation of color #AAFF80: hue angle of 100.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAFF80 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB170255128-
CMYK0.3300.500
HSL100.16º100%75.1%-
HSV(B)100.16º49.8%100%-
XYZ56.2381.6233.21-
YUV215.1178.8495.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 255 (100% from 255) = 46.11%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=30.74%
G=46.11%
B=23.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551280.3300.500100.1610075.1
HexAAFF8021032064644b
Octal252377200410620144144113
Binary10101010111111111000000010000101100100110010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFF80; }

 p { color: rgb(170,255,128); }

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

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

 a { background-color: rgb(170,255,128); }

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

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

 span { border-color: rgb(170,255,128); }

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