#AADD90

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

Shades of Feijoa #AADD90

Tints of Feijoa #AADD90

Color information

#AADD90 (or 0xAADD90) is unknown color: approx Feijoa. HEX triplet: AA, DD and 90. RGB value is (170,221,144). Sum of RGB (Red+Green+Blue) = 170+221+144=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD90 is #55226F. Grayscale: #C5C5C5. Windows color (decimal): -5579376 or 9493930. OLE color: 9493930.

HSL color Cylindrical-coordinate representation of color #AADD90: hue angle of 99.74º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AADD90 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB170221144-
CMYK0.2300.350.13
HSL99.74º53.1%71.57%-
HSV(B)99.74º34.84%86.67%-
XYZ47.4762.2735.9-
YUV196.9798.1108.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 144 (56.64% from 255) = 26.92%
R=31.78%
G=41.31%
B=26.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211440.2300.350.1399.7453.171.57
HexAADD9017023D643548
Octal252335220270431514465110
Binary101010101101110110010000101110100011110111001001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD90; }

 p { color: rgb(170,221,144); }

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

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

 a { background-color: rgb(170,221,144); }

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

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

 span { border-color: rgb(170,221,144); }

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