#AAD089

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

Shades of Feijoa #AAD089

Tints of Feijoa #AAD089

Color information

#AAD089 (or 0xAAD089) is unknown color: approx Feijoa. HEX triplet: AA, D0 and 89. RGB value is (170,208,137). Sum of RGB (Red+Green+Blue) = 170+208+137=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD089 is #552F76. Grayscale: #BCBCBC. Windows color (decimal): -5582711 or 9031850. OLE color: 9031850.

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

Color convert

RGB170208137-
CMYK0.1800.340.18
HSL92.11º43.03%67.65%-
HSV(B)92.11º34.13%81.57%-
XYZ43.6555.4632.07-
YUV188.5498.91114.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 137 (53.91% from 255) = 26.60%
R=33.01%
G=40.39%
B=26.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081370.1800.340.1892.1143.0367.65
HexAAD08912022125c2b44
Octal252320211220422213453104
Binary1010101011010000100010011001001000101001010111001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD089; }

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

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

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

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

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

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

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

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