#AAD087

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

Shades of Feijoa #AAD087

Tints of Feijoa #AAD087

Color information

#AAD087 (or 0xAAD087) is unknown color: approx Feijoa. HEX triplet: AA, D0 and 87. RGB value is (170,208,135). Sum of RGB (Red+Green+Blue) = 170+208+135=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD087 is #552F78. Grayscale: #BCBCBC. Windows color (decimal): -5582713 or 8900778. OLE color: 8900778.

HSL color Cylindrical-coordinate representation of color #AAD087: hue angle of 91.23º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAD087 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB170208135-
CMYK0.1800.350.18
HSL91.23º43.71%67.25%-
HSV(B)91.23º35.1%81.57%-
XYZ43.5155.4131.32-
YUV188.3297.91114.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 135 (53.12% from 255) = 26.32%
R=33.14%
G=40.55%
B=26.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081350.1800.350.1891.2343.7167.25
HexAAD08712023125b2c43
Octal252320207220432213354103
Binary1010101011010000100001111001001000111001010110111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD087; }

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

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

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

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

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

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

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

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