#AAD46F

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

Shades of Feijoa #AAD46F

Tints of Feijoa #AAD46F

Color information

#AAD46F (or 0xAAD46F) is unknown color: approx Feijoa. HEX triplet: AA, D4 and 6F. RGB value is (170,212,111). Sum of RGB (Red+Green+Blue) = 170+212+111=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD46F is #552B90. Grayscale: #BCBCBC. Windows color (decimal): -5581713 or 7328938. OLE color: 7328938.

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

Color convert

RGB170212111-
CMYK0.2000.480.17
HSL84.95º54.01%63.33%-
HSV(B)84.95º47.64%83.14%-
XYZ42.9956.7823.73-
YUV187.9384.59115.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 212 (83.20% from 255) = 43.00%
BLUE value IS 111 (43.75% from 255) = 22.52%
R=34.48%
G=43.00%
B=22.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702121110.2000.480.1784.9554.0163.33
HexAAD46F140301155363f
Octal25232415724060211256677
Binary10101010110101001101111101000110000100011010101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD46F; }

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

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

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

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

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

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

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

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