#AEE570

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

Shades of Feijoa #AEE570

Tints of Feijoa #AEE570

Color information

#AEE570 (or 0xAEE570) is unknown color: approx Feijoa. HEX triplet: AE, E5 and 70. RGB value is (174,229,112). Sum of RGB (Red+Green+Blue) = 174+229+112=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE570 is #511A8F. Grayscale: #C7C7C7. Windows color (decimal): -5315216 or 7398830. OLE color: 7398830.

HSL color Cylindrical-coordinate representation of color #AEE570: hue angle of 88.21º 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 #AEE570 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB174229112-
CMYK0.2400.510.10
HSL88.21º69.23%66.86%-
HSV(B)88.21º51.09%89.8%-
XYZ48.466.2125.56-
YUV199.2278.78110.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 229 (89.84% from 255) = 44.47%
BLUE value IS 112 (44.14% from 255) = 21.75%
R=33.79%
G=44.47%
B=21.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742291120.2400.510.1088.2169.2366.86
HexAEE57018033A584543
Octal2563451603006312130105103
Binary101011101110010111100001100001100111010101100010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE570; }

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

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

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

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

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

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

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

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