Html Css Color HEX #AAD986 Feijoa

📋 copy color: '#AAD986'

red 170 ◦ green 217 ◦ blue 134

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

Shades of Feijoa #AAD986

Tints of Feijoa #AAD986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.72%

R = 32.63%
G = 41.65%
B = 25.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#AAD986 (or 0xAAD986) is known color: Feijoa. HEX triplet: AA, D9 and 86. RGB value is (170,217,134). Sum of RGB (Red+Green+Blue) = 170+217+134=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD986 is #552679. Grayscale: #C1C1C1. Windows color (decimal): -5580410 or 8837546. OLE color: 8837546.

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

Color convert

RGB 170 217 134 -
CMYK 0.22 0 0.38 0.15
HSL 93.98º 0.52% 0.69% -
HSV(B) 93.98º 0.38% 0.85% -
XYZ 45.69 59.89 31.71 -
YUV 193.49 94.43 111.25 -
System Red Green Blue C M Y K H S L
Decimal 170 217 134 0.22 0 0.38 0.15 93.98 0.52 0.69
Hex AA D9 86 16 0 26 F 5E 34 45
Octal 252 331 206 26 0 46 17 136 64 105
Binary 10101010 11011001 10000110 10110 0 100110 1111 1011110 110100 1000101

Color Harmonies of #AAD986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD986

Black with #AAD986

Text Example


Text Example

White with #AAD986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD986; }

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

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

background-color css

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

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

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

border-color css

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

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

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