#AAFB76

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

Shades of Feijoa #AAFB76

Tints of Feijoa #AAFB76

Color information

#AAFB76 (or 0xAAFB76) is unknown color: approx Feijoa. HEX triplet: AA, FB and 76. RGB value is (170,251,118). Sum of RGB (Red+Green+Blue) = 170+251+118=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFB76 is #550489. Grayscale: #D4D4D4. Windows color (decimal): -5571722 or 7797674. OLE color: 7797674.

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

Color convert

RGB170251118-
CMYK0.3200.530.02
HSL96.54º94.33%72.35%-
HSV(B)96.54º52.99%98.43%-
XYZ54.3478.8529.49-
YUV211.6275.1698.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 251 (98.44% from 255) = 46.57%
BLUE value IS 118 (46.48% from 255) = 21.89%
R=31.54%
G=46.57%
B=21.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511180.3200.530.0296.5494.3372.35
HexAAFB76200352615e48
Octal252373166400652141136110
Binary10101010111110111110110100000011010110110000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFB76; }

 p { color: rgb(170,251,118); }

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

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

 a { background-color: rgb(170,251,118); }

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

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

 span { border-color: rgb(170,251,118); }

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