#AAE570

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

Shades of Feijoa #AAE570

Tints of Feijoa #AAE570

Color information

#AAE570 (or 0xAAE570) is unknown color: approx Feijoa. HEX triplet: AA, E5 and 70. RGB value is (170,229,112). Sum of RGB (Red+Green+Blue) = 170+229+112=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE570 is #551A8F. Grayscale: #C6C6C6. Windows color (decimal): -5577360 or 7398826. OLE color: 7398826.

HSL color Cylindrical-coordinate representation of color #AAE570: hue angle of 90.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAE570 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB170229112-
CMYK0.2600.510.10
HSL90.26º69.23%66.86%-
HSV(B)90.26º51.09%89.8%-
XYZ47.5265.7525.52-
YUV198.0279.45108.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 229 (89.84% from 255) = 44.81%
BLUE value IS 112 (44.14% from 255) = 21.92%
R=33.27%
G=44.81%
B=21.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702291120.2600.510.1090.2669.2366.86
HexAAE5701A033A5a4543
Octal2523451603206312132105103
Binary101010101110010111100001101001100111010101101010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE570; }

 p { color: rgb(170,229,112); }

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

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

 a { background-color: rgb(170,229,112); }

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

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

 span { border-color: rgb(170,229,112); }

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