#AAFB7C

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

Shades of Feijoa #AAFB7C

Tints of Feijoa #AAFB7C

Color information

#AAFB7C (or 0xAAFB7C) is unknown color: approx Feijoa. HEX triplet: AA, FB and 7C. RGB value is (170,251,124). Sum of RGB (Red+Green+Blue) = 170+251+124=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFB7C is #550483. Grayscale: #D4D4D4. Windows color (decimal): -5571716 or 8190890. OLE color: 8190890.

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

Color convert

RGB170251124-
CMYK0.3200.510.02
HSL98.27º94.07%73.53%-
HSV(B)98.27º50.6%98.43%-
XYZ54.717931.43-
YUV212.378.1697.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 251 (98.44% from 255) = 46.06%
BLUE value IS 124 (48.83% from 255) = 22.75%
R=31.19%
G=46.06%
B=22.75%

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
Decimal1702511240.3200.510.0298.2794.0773.53
HexAAFB7C200332625e4a
Octal252373174400632142136112
Binary10101010111110111111100100000011001110110001010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFB7C; }

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

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

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

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

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

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

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

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