#AAE175

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

Shades of Feijoa #AAE175

Tints of Feijoa #AAE175

Color information

#AAE175 (or 0xAAE175) is unknown color: approx Feijoa. HEX triplet: AA, E1 and 75. RGB value is (170,225,117). Sum of RGB (Red+Green+Blue) = 170+225+117=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE175 is #551E8A. Grayscale: #C4C4C4. Windows color (decimal): -5578379 or 7725482. OLE color: 7725482.

HSL color Cylindrical-coordinate representation of color #AAE175: hue angle of 90.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAE175 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB170225117-
CMYK0.2400.480.12
HSL90.56º64.29%67.06%-
HSV(B)90.56º48%88.24%-
XYZ46.7163.6826.66-
YUV196.2483.28109.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=33.20%
G=43.95%
B=22.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251170.2400.480.1290.5664.2967.06
HexAAE17518030C5b4043
Octal2523411653006014133100103
Binary101010101110000111101011100001100001100101101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE175; }

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

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

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

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

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

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

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

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