Html Css Color HEX #AAD990 Feijoa

📋 copy color: '#AAD990'

red 170 ◦ green 217 ◦ blue 144

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

Shades of Feijoa #AAD990

Tints of Feijoa #AAD990

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.87%

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

R = 32.02%
G = 40.87%
B = 27.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#AAD990 (or 0xAAD990) is known color: Feijoa. HEX triplet: AA, D9 and 90. RGB value is (170,217,144). Sum of RGB (Red+Green+Blue) = 170+217+144=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD990 is #55266F. Grayscale: #C2C2C2. Windows color (decimal): -5580400 or 9492906. OLE color: 9492906.

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

Color convert

RGB 170 217 144 -
CMYK 0.22 0 0.34 0.15
HSL 98.63º 0.49% 0.71% -
HSV(B) 98.63º 0.34% 0.85% -
XYZ 46.42 60.19 35.56 -
YUV 194.63 99.43 110.44 -
System Red Green Blue C M Y K H S L
Decimal 170 217 144 0.22 0 0.34 0.15 98.63 0.49 0.71
Hex AA D9 90 16 0 22 F 63 31 47
Octal 252 331 220 26 0 42 17 143 61 107
Binary 10101010 11011001 10010000 10110 0 100010 1111 1100011 110001 1000111

Color Harmonies of #AAD990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD990

Black with #AAD990

Text Example


Text Example

White with #AAD990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD990; }

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

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

background-color css

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

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

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

border-color css

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

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

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