#AAFE75

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

Shades of Feijoa #AAFE75

Tints of Feijoa #AAFE75

Color information

#AAFE75 (or 0xAAFE75) is unknown color: approx Feijoa. HEX triplet: AA, FE and 75. RGB value is (170,254,117). Sum of RGB (Red+Green+Blue) = 170+254+117=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE75 is #55018A. Grayscale: #D5D5D5. Windows color (decimal): -5570955 or 7732906. OLE color: 7732906.

HSL color Cylindrical-coordinate representation of color #AAFE75: hue angle of 96.79º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAFE75 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB170254117-
CMYK0.3300.540.00
HSL96.79º98.56%72.75%-
HSV(B)96.79º53.94%99.61%-
XYZ55.2380.7129.5-
YUV213.2773.6797.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 254 (99.61% from 255) = 46.95%
BLUE value IS 117 (46.09% from 255) = 21.63%
R=31.42%
G=46.95%
B=21.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541170.3300.540.0096.7998.5672.75
HexAAFE75210360616349
Octal252376165410660141143111
Binary1010101011111110111010110000101101100110000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFE75; }

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

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

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

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

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

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

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

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