Html Css Color HEX #AAD886 Feijoa

📋 copy color: '#AAD886'

red 170 ◦ green 216 ◦ blue 134

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

Shades of Feijoa #AAD886

Tints of Feijoa #AAD886

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

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

R = 32.69%
G = 41.54%
B = 25.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#AAD886 (or 0xAAD886) is known color: Feijoa. HEX triplet: AA, D8 and 86. RGB value is (170,216,134). Sum of RGB (Red+Green+Blue) = 170+216+134=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD886 is #552779. Grayscale: #C1C1C1. Windows color (decimal): -5580666 or 8837290. OLE color: 8837290.

HSL color Cylindrical-coordinate representation of color #AAD886: hue angle of 93.66º degrees, saturation: 0.51, 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 #AAD886 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 134 -
CMYK 0.21 0 0.38 0.15
HSL 93.66º 0.51% 0.69% -
HSV(B) 93.66º 0.38% 0.85% -
XYZ 45.44 59.38 31.62 -
YUV 192.9 94.76 111.67 -
System Red Green Blue C M Y K H S L
Decimal 170 216 134 0.21 0 0.38 0.15 93.66 0.51 0.69
Hex AA D8 86 15 0 26 F 5E 33 45
Octal 252 330 206 25 0 46 17 136 63 105
Binary 10101010 11011000 10000110 10101 0 100110 1111 1011110 110011 1000101

Color Harmonies of #AAD886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD886

Black with #AAD886

Text Example


Text Example

White with #AAD886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD886; }

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

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

background-color css

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

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

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

border-color css

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

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

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