#AAD085

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

Shades of Feijoa #AAD085

Tints of Feijoa #AAD085

Color information

#AAD085 (or 0xAAD085) is unknown color: approx Feijoa. HEX triplet: AA, D0 and 85. RGB value is (170,208,133). Sum of RGB (Red+Green+Blue) = 170+208+133=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD085 is #552F7A. Grayscale: #BCBCBC. Windows color (decimal): -5582715 or 8769706. OLE color: 8769706.

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

Color convert

RGB170208133-
CMYK0.1800.360.18
HSL90.4º44.38%66.86%-
HSV(B)90.4º36.06%81.57%-
XYZ43.3755.3530.59-
YUV188.0996.91115.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 208 (81.64% from 255) = 40.70%
BLUE value IS 133 (52.34% from 255) = 26.03%
R=33.27%
G=40.70%
B=26.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081330.1800.360.1890.444.3866.86
HexAAD08512024125a2c43
Octal252320205220442213254103
Binary1010101011010000100001011001001001001001010110101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD085; }

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

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

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

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

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

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

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

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