#AAD673

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

Shades of Feijoa #AAD673

Tints of Feijoa #AAD673

Color information

#AAD673 (or 0xAAD673) is unknown color: approx Feijoa. HEX triplet: AA, D6 and 73. RGB value is (170,214,115). Sum of RGB (Red+Green+Blue) = 170+214+115=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD673 is #55298C. Grayscale: #BDBDBD. Windows color (decimal): -5581197 or 7591594. OLE color: 7591594.

HSL color Cylindrical-coordinate representation of color #AAD673: hue angle of 86.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAD673 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB170214115-
CMYK0.2100.460.16
HSL86.67º54.7%64.51%-
HSV(B)86.67º46.26%83.92%-
XYZ43.7257.8825.09-
YUV189.5685.92114.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 115 (45.31% from 255) = 23.05%
R=34.07%
G=42.89%
B=23.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141150.2100.460.1686.6754.764.51
HexAAD6731502E10573741
Octal252326163250562012767101
Binary101010101101011011100111010101011101000010101111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD673; }

 p { color: rgb(170,214,115); }

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

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

 a { background-color: rgb(170,214,115); }

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

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

 span { border-color: rgb(170,214,115); }

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