#AAFA75

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

Shades of Feijoa #AAFA75

Tints of Feijoa #AAFA75

Color information

#AAFA75 (or 0xAAFA75) is unknown color: approx Feijoa. HEX triplet: AA, FA and 75. RGB value is (170,250,117). Sum of RGB (Red+Green+Blue) = 170+250+117=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA75 is #55058A. Grayscale: #D3D3D3. Windows color (decimal): -5571979 or 7731882. OLE color: 7731882.

HSL color Cylindrical-coordinate representation of color #AAFA75: hue angle of 96.09º degrees, saturation: 0.93, 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 #AAFA75 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB170250117-
CMYK0.3200.530.02
HSL96.09º93.01%71.96%-
HSV(B)96.09º53.2%98.04%-
XYZ53.9778.229.08-
YUV210.927598.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 250 (98.05% from 255) = 46.55%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=31.66%
G=46.55%
B=21.79%

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
Decimal1702501170.3200.530.0296.0993.0171.96
HexAAFA75200352605d48
Octal252372165400652140135110
Binary10101010111110101110101100000011010110110000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFA75; }

 p { color: rgb(170,250,117); }

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

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

 a { background-color: rgb(170,250,117); }

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

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

 span { border-color: rgb(170,250,117); }

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