#AAE781

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

Shades of Feijoa #AAE781

Tints of Feijoa #AAE781

Color information

#AAE781 (or 0xAAE781) is unknown color: approx Feijoa. HEX triplet: AA, E7 and 81. RGB value is (170,231,129). Sum of RGB (Red+Green+Blue) = 170+231+129=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE781 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE781 is #55187E. Grayscale: #C9C9C9. Windows color (decimal): -5576831 or 8513450. OLE color: 8513450.

HSL color Cylindrical-coordinate representation of color #AAE781: hue angle of 95.88º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAE781 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB170231129-
CMYK0.2600.440.09
HSL95.88º68%70.59%-
HSV(B)95.88º44.16%90.59%-
XYZ49.1267.2831.17-
YUV201.1387.29105.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 231 (90.62% from 255) = 43.58%
BLUE value IS 129 (50.78% from 255) = 24.34%
R=32.08%
G=43.58%
B=24.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702311290.2600.440.0995.886870.59
HexAAE7811A02C9604447
Octal2523472013205411140104107
Binary1010101011100111100000011101001011001001110000010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE781; }

 p { color: rgb(170,231,129); }

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

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

 a { background-color: rgb(170,231,129); }

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

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

 span { border-color: rgb(170,231,129); }

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