Html Css Color HEX #AAD690 Feijoa

📋 copy color: '#AAD690'

red 170 ◦ green 214 ◦ blue 144

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

Shades of Feijoa #AAD690

Tints of Feijoa #AAD690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.53%

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

R = 32.2%
G = 40.53%
B = 27.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#AAD690 (or 0xAAD690) is known color: Feijoa. HEX triplet: AA, D6 and 90. RGB value is (170,214,144). Sum of RGB (Red+Green+Blue) = 170+214+144=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD690 is #55296F. Grayscale: #C1C1C1. Windows color (decimal): -5581168 or 9492138. OLE color: 9492138.

HSL color Cylindrical-coordinate representation of color #AAD690: hue angle of 97.71º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD690 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 144 -
CMYK 0.21 0 0.33 0.16
HSL 97.71º 0.46% 0.7% -
HSV(B) 97.71º 0.33% 0.84% -
XYZ 45.66 58.65 35.3 -
YUV 192.86 100.42 111.69 -
System Red Green Blue C M Y K H S L
Decimal 170 214 144 0.21 0 0.33 0.16 97.71 0.46 0.7
Hex AA D6 90 15 0 21 10 62 2E 46
Octal 252 326 220 25 0 41 20 142 56 106
Binary 10101010 11010110 10010000 10101 0 100001 10000 1100010 101110 1000110

Color Harmonies of #AAD690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD690

Black with #AAD690

Text Example


Text Example

White with #AAD690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD690; }

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

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

background-color css

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

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

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

border-color css

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

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

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