#AAEE81

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

Shades of Feijoa #AAEE81

Tints of Feijoa #AAEE81

Color information

#AAEE81 (or 0xAAEE81) is unknown color: approx Feijoa. HEX triplet: AA, EE and 81. RGB value is (170,238,129). Sum of RGB (Red+Green+Blue) = 170+238+129=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEE81 is #55117E. Grayscale: #CDCDCD. Windows color (decimal): -5575039 or 8515242. OLE color: 8515242.

HSL color Cylindrical-coordinate representation of color #AAEE81: hue angle of 97.43º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAEE81 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB170238129-
CMYK0.2900.460.07
HSL97.43º76.22%71.96%-
HSV(B)97.43º45.8%93.33%-
XYZ51.1171.2831.83-
YUV205.2484.97102.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 238 (93.36% from 255) = 44.32%
BLUE value IS 129 (50.78% from 255) = 24.02%
R=31.66%
G=44.32%
B=24.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702381290.2900.460.0797.4376.2271.96
HexAAEE811D02E7614c48
Octal252356201350567141114110
Binary101010101110111010000001111010101110111110000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEE81; }

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

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

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

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

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

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

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

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