#AAFF7F

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

Shades of Feijoa #AAFF7F

Tints of Feijoa #AAFF7F

Color information

#AAFF7F (or 0xAAFF7F) is unknown color: approx Feijoa. HEX triplet: AA, FF and 7F. RGB value is (170,255,127). Sum of RGB (Red+Green+Blue) = 170+255+127=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF7F is #550080. Grayscale: #D7D7D7. Windows color (decimal): -5570689 or 8388522. OLE color: 8388522.

HSL color Cylindrical-coordinate representation of color #AAFF7F: hue angle of 99.84º 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 #AAFF7F is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB170255127-
CMYK0.3300.500
HSL99.84º100%74.9%-
HSV(B)99.84º50.2%100%-
XYZ56.1781.632.87-
YUV214.9978.3495.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 255 (100% from 255) = 46.20%
BLUE value IS 127 (50% from 255) = 23.01%
R=30.80%
G=46.20%
B=23.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551270.3300.50099.8410074.9
HexAAFF7F21032064644b
Octal252377177410620144144113
Binary1010101011111111111111110000101100100110010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFF7F; }

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

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

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

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

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

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

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

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