Html Css Color HEX #AAD691 Feijoa

📋 copy color: '#AAD691'

red 170 ◦ green 214 ◦ blue 145

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

Shades of Feijoa #AAD691

Tints of Feijoa #AAD691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.41%

R = 32.14%
G = 40.45%
B = 27.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#AAD691 (or 0xAAD691) is known color: Feijoa. HEX triplet: AA, D6 and 91. RGB value is (170,214,145). Sum of RGB (Red+Green+Blue) = 170+214+145=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD691 is #55296E. Grayscale: #C1C1C1. Windows color (decimal): -5581167 or 9557674. OLE color: 9557674.

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

Color convert

RGB 170 214 145 -
CMYK 0.21 0 0.32 0.16
HSL 98.26º 0.46% 0.7% -
HSV(B) 98.26º 0.32% 0.84% -
XYZ 45.73 58.68 35.7 -
YUV 192.98 100.92 111.61 -
System Red Green Blue C M Y K H S L
Decimal 170 214 145 0.21 0 0.32 0.16 98.26 0.46 0.7
Hex AA D6 91 15 0 20 10 62 2E 46
Octal 252 326 221 25 0 40 20 142 56 106
Binary 10101010 11010110 10010001 10101 0 100000 10000 1100010 101110 1000110

Color Harmonies of #AAD691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD691

Black with #AAD691

Text Example


Text Example

White with #AAD691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD691; }

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

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

background-color css

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

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

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

border-color css

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

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

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