#AAF97B

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

Shades of Feijoa #AAF97B

Tints of Feijoa #AAF97B

Color information

#AAF97B (or 0xAAF97B) is unknown color: approx Feijoa. HEX triplet: AA, F9 and 7B. RGB value is (170,249,123). Sum of RGB (Red+Green+Blue) = 170+249+123=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF97B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF97B is #550684. Grayscale: #D3D3D3. Windows color (decimal): -5572229 or 8124842. OLE color: 8124842.

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

Color convert

RGB170249123-
CMYK0.3200.510.02
HSL97.62º91.3%72.94%-
HSV(B)97.62º50.6%97.65%-
XYZ54.0377.7330.89-
YUV211.0278.3398.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 249 (97.66% from 255) = 45.94%
BLUE value IS 123 (48.44% from 255) = 22.69%
R=31.37%
G=45.94%
B=22.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491230.3200.510.0297.6291.372.94
HexAAF97B200332625b49
Octal252371173400632142133111
Binary10101010111110011111011100000011001110110001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF97B; }

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

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

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

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

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

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

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

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