#AAD48D

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

Shades of Feijoa #AAD48D

Tints of Feijoa #AAD48D

Color information

#AAD48D (or 0xAAD48D) is unknown color: approx Feijoa. HEX triplet: AA, D4 and 8D. RGB value is (170,212,141). Sum of RGB (Red+Green+Blue) = 170+212+141=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD48D is #552B72. Grayscale: #BFBFBF. Windows color (decimal): -5581683 or 9295018. OLE color: 9295018.

HSL color Cylindrical-coordinate representation of color #AAD48D: hue angle of 95.49º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD48D is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB170212141-
CMYK0.2000.330.17
HSL95.49º45.22%69.22%-
HSV(B)95.49º33.49%83.14%-
XYZ44.9357.5633.94-
YUV191.3599.59112.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 212 (83.20% from 255) = 40.54%
BLUE value IS 141 (55.47% from 255) = 26.96%
R=32.50%
G=40.54%
B=26.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702121410.2000.330.1795.4945.2269.22
HexAAD48D14021115f2d45
Octal252324215240412113755105
Binary1010101011010100100011011010001000011000110111111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD48D; }

 p { color: rgb(170,212,141); }

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

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

 a { background-color: rgb(170,212,141); }

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

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

 span { border-color: rgb(170,212,141); }

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