#AAED7B

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

Shades of Feijoa #AAED7B

Tints of Feijoa #AAED7B

Color information

#AAED7B (or 0xAAED7B) is unknown color: approx Feijoa. HEX triplet: AA, ED and 7B. RGB value is (170,237,123). Sum of RGB (Red+Green+Blue) = 170+237+123=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED7B is #551284. Grayscale: #CCCCCC. Windows color (decimal): -5575301 or 8121770. OLE color: 8121770.

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

Color convert

RGB170237123-
CMYK0.2800.480.07
HSL95.26º76%70.59%-
HSV(B)95.26º48.1%92.94%-
XYZ50.4470.5429.7-
YUV203.9782.3103.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 237 (92.97% from 255) = 44.72%
BLUE value IS 123 (48.44% from 255) = 23.21%
R=32.08%
G=44.72%
B=23.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371230.2800.480.0795.267670.59
HexAAED7B1C03075f4c47
Octal252355173340607137114107
Binary10101010111011011111011111000110000111101111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED7B; }

 p { color: rgb(170,237,123); }

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

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

 a { background-color: rgb(170,237,123); }

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

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

 span { border-color: rgb(170,237,123); }

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