#AAD083

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

Shades of Feijoa #AAD083

Tints of Feijoa #AAD083

Color information

#AAD083 (or 0xAAD083) is unknown color: approx Feijoa. HEX triplet: AA, D0 and 83. RGB value is (170,208,131). Sum of RGB (Red+Green+Blue) = 170+208+131=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD083 is #552F7C. Grayscale: #BCBCBC. Windows color (decimal): -5582717 or 8638634. OLE color: 8638634.

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

Color convert

RGB170208131-
CMYK0.1800.370.18
HSL89.61º45.03%66.47%-
HSV(B)89.61º37.02%81.57%-
XYZ43.2355.329.87-
YUV187.8695.91115.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 131 (51.56% from 255) = 25.74%
R=33.40%
G=40.86%
B=25.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081310.1800.370.1889.6145.0366.47
HexAAD08312025125a2d42
Octal252320203220452213255102
Binary1010101011010000100000111001001001011001010110101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD083; }

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

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

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

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

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

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

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

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