#aadd87

Color #AADD87 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AADD87

Tints of Feijoa #AADD87

Color information

#AADD87 (or 0xAADD87) is unknown color: approx Feijoa. HEX triplet: AA, DD and 87. RGB value is (170,221,135). Sum of RGB (Red+Green+Blue) = 170+221+135=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD87 is #552278. Grayscale: #C4C4C4. Windows color (decimal): -5579385 or 8904106. OLE color: 8904106.

HSL color Cylindrical-coordinate representation of color #AADD87: hue angle of 95.58º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AADD87 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB170221135-
CMYK0.2300.390.13
HSL95.58º55.84%69.8%-
HSV(B)95.58º38.91%86.67%-
XYZ46.8162.0132.42-
YUV195.9593.6109.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 135 (53.12% from 255) = 25.67%
R=32.32%
G=42.02%
B=25.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211350.2300.390.1395.5855.8469.8
HexAADD8717027D603846
Octal252335207270471514070106
Binary101010101101110110000111101110100111110111000001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aadd87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aadd87; }

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

 H1.HeaderClassName
 {
   color: #aadd87;
 }
 .AnyTagClassName
 {
   color: #aadd87;
 }
</style>
background-color css

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

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

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

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

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

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