#AAF97E

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

Shades of Feijoa #AAF97E

Tints of Feijoa #AAF97E

Color information

#AAF97E (or 0xAAF97E) is unknown color: approx Feijoa. HEX triplet: AA, F9 and 7E. RGB value is (170,249,126). Sum of RGB (Red+Green+Blue) = 170+249+126=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF97E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF97E is #550681. Grayscale: #D3D3D3. Windows color (decimal): -5572226 or 8321450. OLE color: 8321450.

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

Color convert

RGB170249126-
CMYK0.3200.490.02
HSL98.54º91.11%73.53%-
HSV(B)98.54º49.4%97.65%-
XYZ54.2277.831.9-
YUV211.3679.8398.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 126 (49.61% from 255) = 23.12%
R=31.19%
G=45.69%
B=23.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491260.3200.490.0298.5491.1173.53
HexAAF97E200312635b4a
Octal252371176400612143133112
Binary10101010111110011111110100000011000110110001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF97E; }

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

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

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

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

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

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

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

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