#AAE975

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

Shades of Feijoa #AAE975

Tints of Feijoa #AAE975

Color information

#AAE975 (or 0xAAE975) is unknown color: approx Feijoa. HEX triplet: AA, E9 and 75. RGB value is (170,233,117). Sum of RGB (Red+Green+Blue) = 170+233+117=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE975 is #55168A. Grayscale: #C9C9C9. Windows color (decimal): -5576331 or 7727530. OLE color: 7727530.

HSL color Cylindrical-coordinate representation of color #AAE975: hue angle of 92.59º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE975 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB170233117-
CMYK0.2700.500.09
HSL92.59º72.5%68.63%-
HSV(B)92.59º49.79%91.37%-
XYZ48.9368.1127.4-
YUV200.9480.63105.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 233 (91.41% from 255) = 44.81%
BLUE value IS 117 (46.09% from 255) = 22.5%
R=32.69%
G=44.81%
B=22.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702331170.2700.500.0992.5972.568.63
HexAAE9751B03295d4845
Octal2523511653306211135110105
Binary101010101110100111101011101101100101001101110110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE975; }

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

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

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

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

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

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

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

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