#AAF57B

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

Shades of Feijoa #AAF57B

Tints of Feijoa #AAF57B

Color information

#AAF57B (or 0xAAF57B) is unknown color: approx Feijoa. HEX triplet: AA, F5 and 7B. RGB value is (170,245,123). Sum of RGB (Red+Green+Blue) = 170+245+123=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF57B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF57B is #550A84. Grayscale: #D1D1D1. Windows color (decimal): -5573253 or 8123818. OLE color: 8123818.

HSL color Cylindrical-coordinate representation of color #AAF57B: hue angle of 96.89º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF57B is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB170245123-
CMYK0.3100.500.04
HSL96.89º85.92%72.16%-
HSV(B)96.89º49.8%96.08%-
XYZ52.8175.2830.49-
YUV208.6779.65100.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 245 (96.09% from 255) = 45.54%
BLUE value IS 123 (48.44% from 255) = 22.86%
R=31.60%
G=45.54%
B=22.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702451230.3100.500.0496.8985.9272.16
HexAAF57B1F0324615648
Octal252365173370624141126110
Binary10101010111101011111011111110110010100110000110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF57B; }

 p { color: rgb(170,245,123); }

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

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

 a { background-color: rgb(170,245,123); }

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

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

 span { border-color: rgb(170,245,123); }

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