Html Css Color HEX #AAD686 Feijoa

📋 copy color: '#AAD686'

red 170 ◦ green 214 ◦ blue 134

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

Shades of Feijoa #AAD686

Tints of Feijoa #AAD686

RGB

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

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

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

R = 32.82%
G = 41.31%
B = 25.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#AAD686 (or 0xAAD686) is known color: Feijoa. HEX triplet: AA, D6 and 86. RGB value is (170,214,134). Sum of RGB (Red+Green+Blue) = 170+214+134=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD686 is #552979. Grayscale: #C0C0C0. Windows color (decimal): -5581178 or 8836778. OLE color: 8836778.

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

Color convert

RGB 170 214 134 -
CMYK 0.21 0 0.37 0.16
HSL 93º 0.49% 0.68% -
HSV(B) 93º 0.37% 0.84% -
XYZ 44.93 58.36 31.45 -
YUV 191.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 170 214 134 0.21 0 0.37 0.16 93 0.49 0.68
Hex AA D6 86 15 0 25 10 5D 31 44
Octal 252 326 206 25 0 45 20 135 61 104
Binary 10101010 11010110 10000110 10101 0 100101 10000 1011101 110001 1000100

Color Harmonies of #AAD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD686

Black with #AAD686

Text Example


Text Example

White with #AAD686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD686; }

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

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

background-color css

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

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

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

border-color css

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

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

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