#AADA88

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

Shades of Feijoa #AADA88

Tints of Feijoa #AADA88

Color information

#AADA88 (or 0xAADA88) is unknown color: approx Feijoa. HEX triplet: AA, DA and 88. RGB value is (170,218,136). Sum of RGB (Red+Green+Blue) = 170+218+136=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA88 is #552577. Grayscale: #C2C2C2. Windows color (decimal): -5580152 or 8968874. OLE color: 8968874.

HSL color Cylindrical-coordinate representation of color #AADA88: hue angle of 95.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AADA88 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB170218136-
CMYK0.2200.380.15
HSL95.12º52.56%69.41%-
HSV(B)95.12º37.61%85.49%-
XYZ46.0960.4732.53-
YUV194.395.1110.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 136 (53.52% from 255) = 25.95%
R=32.44%
G=41.60%
B=25.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181360.2200.380.1595.1252.5669.41
HexAADA8816026F5f3545
Octal252332210260461713765105
Binary101010101101101010001000101100100110111110111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA88; }

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

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

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

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

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

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

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

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