#AAF96F

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

Shades of Feijoa #AAF96F

Tints of Feijoa #AAF96F

Color information

#AAF96F (or 0xAAF96F) is unknown color: approx Feijoa. HEX triplet: AA, F9 and 6F. RGB value is (170,249,111). Sum of RGB (Red+Green+Blue) = 170+249+111=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF96F is #550690. Grayscale: #D2D2D2. Windows color (decimal): -5572241 or 7338410. OLE color: 7338410.

HSL color Cylindrical-coordinate representation of color #AAF96F: hue angle of 94.35º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAF96F is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB170249111-
CMYK0.3200.550.02
HSL94.35º92%70.59%-
HSV(B)94.35º55.42%97.65%-
XYZ53.3277.4527.18-
YUV209.6572.3399.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 249 (97.66% from 255) = 46.98%
BLUE value IS 111 (43.75% from 255) = 20.94%
R=32.08%
G=46.98%
B=20.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491110.3200.550.0294.359270.59
HexAAF96F2003725e5c47
Octal252371157400672136134107
Binary10101010111110011101111100000011011110101111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF96F; }

 p { color: rgb(170,249,111); }

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

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

 a { background-color: rgb(170,249,111); }

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

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

 span { border-color: rgb(170,249,111); }

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