Html Css Color HEX #AAD887 Feijoa

📋 copy color: '#AAD887'

red 170 ◦ green 216 ◦ blue 135

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

Shades of Feijoa #AAD887

Tints of Feijoa #AAD887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.91%

R = 32.63%
G = 41.46%
B = 25.91%

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

#AAD887 (or 0xAAD887) is known color: Feijoa. HEX triplet: AA, D8 and 87. RGB value is (170,216,135). Sum of RGB (Red+Green+Blue) = 170+216+135=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD887 is #552778. Grayscale: #C1C1C1. Windows color (decimal): -5580665 or 8902826. OLE color: 8902826.

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

Color convert

RGB 170 216 135 -
CMYK 0.21 0 0.38 0.15
HSL 94.07º 0.51% 0.69% -
HSV(B) 94.07º 0.38% 0.85% -
XYZ 45.51 59.41 31.99 -
YUV 193.01 95.26 111.59 -
System Red Green Blue C M Y K H S L
Decimal 170 216 135 0.21 0 0.38 0.15 94.07 0.51 0.69
Hex AA D8 87 15 0 26 F 5E 33 45
Octal 252 330 207 25 0 46 17 136 63 105
Binary 10101010 11011000 10000111 10101 0 100110 1111 1011110 110011 1000101

Color Harmonies of #AAD887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD887

Black with #AAD887

Text Example


Text Example

White with #AAD887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD887; }

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

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

background-color css

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

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

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

border-color css

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

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

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