#AAD68F

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

Shades of Feijoa #AAD68F

Tints of Feijoa #AAD68F

Color information

#AAD68F (or 0xAAD68F) is unknown color: approx Feijoa. HEX triplet: AA, D6 and 8F. RGB value is (170,214,143). Sum of RGB (Red+Green+Blue) = 170+214+143=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD68F is #552970. Grayscale: #C0C0C0. Windows color (decimal): -5581169 or 9426602. OLE color: 9426602.

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

Color convert

RGB170214143-
CMYK0.2100.330.16
HSL97.18º46.41%70%-
HSV(B)97.18º33.18%83.92%-
XYZ45.5858.6234.9-
YUV192.7599.92111.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=32.26%
G=40.61%
B=27.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141430.2100.330.1697.1846.4170
HexAAD68F1502110612e46
Octal252326217250412014156106
Binary1010101011010110100011111010101000011000011000011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD68F; }

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

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

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

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

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

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

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

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