#AAD188

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

Shades of Feijoa #AAD188

Tints of Feijoa #AAD188

Color information

#AAD188 (or 0xAAD188) is unknown color: approx Feijoa. HEX triplet: AA, D1 and 88. RGB value is (170,209,136). Sum of RGB (Red+Green+Blue) = 170+209+136=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD188 is #552E77. Grayscale: #BDBDBD. Windows color (decimal): -5582456 or 8966570. OLE color: 8966570.

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

Color convert

RGB170209136-
CMYK0.1900.350.18
HSL92.05º44.24%67.65%-
HSV(B)92.05º34.93%81.96%-
XYZ43.8255.9231.78-
YUV189.0298.08114.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 136 (53.52% from 255) = 26.41%
R=33.01%
G=40.58%
B=26.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702091360.1900.350.1892.0544.2467.65
HexAAD18813023125c2c44
Octal252321210230432213454104
Binary1010101011010001100010001001101000111001010111001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD188; }

 p { color: rgb(170,209,136); }

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

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

 a { background-color: rgb(170,209,136); }

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

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

 span { border-color: rgb(170,209,136); }

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