Html Css Color HEX #AAD890 Feijoa

📋 copy color: '#AAD890'

red 170 ◦ green 216 ◦ blue 144

#AAD890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #AAD890

Tints of Feijoa #AAD890

RGB

 RED value IS 170 (66.8% from 255) = 32.08%

 GREEN value IS 216 (84.77% from 255) = 40.75%

 BLUE value IS 144 (56.64% from 255) = 27.17%

R = 32.08%
G = 40.75%
B = 27.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#AAD890 (or 0xAAD890) is known color: Feijoa. HEX triplet: AA, D8 and 90. RGB value is (170,216,144). Sum of RGB (Red+Green+Blue) = 170+216+144=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD890 is #55276F. Grayscale: #C2C2C2. Windows color (decimal): -5580656 or 9492650. OLE color: 9492650.

HSL color Cylindrical-coordinate representation of color #AAD890: hue angle of 98.33º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD890 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 144 -
CMYK 0.21 0 0.33 0.15
HSL 98.33º 0.48% 0.71% -
HSV(B) 98.33º 0.33% 0.85% -
XYZ 46.17 59.67 35.47 -
YUV 194.04 99.76 110.85 -
System Red Green Blue C M Y K H S L
Decimal 170 216 144 0.21 0 0.33 0.15 98.33 0.48 0.71
Hex AA D8 90 15 0 21 F 62 30 47
Octal 252 330 220 25 0 41 17 142 60 107
Binary 10101010 11011000 10010000 10101 0 100001 1111 1100010 110000 1000111

Color Harmonies of #AAD890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD890

Black with #AAD890

Text Example


Text Example

White with #AAD890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD890; }

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

 H1.HeaderClassName
 {
   color: #AAD890;
 }
 .AnyTagClassName
 {
   color: #AAD890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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