#AAD57F

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

Shades of Feijoa #AAD57F

Tints of Feijoa #AAD57F

Color information

#AAD57F (or 0xAAD57F) is unknown color: approx Feijoa. HEX triplet: AA, D5 and 7F. RGB value is (170,213,127). Sum of RGB (Red+Green+Blue) = 170+213+127=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD57F is #552A80. Grayscale: #BEBEBE. Windows color (decimal): -5581441 or 8377770. OLE color: 8377770.

HSL color Cylindrical-coordinate representation of color #AAD57F: hue angle of 90º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAD57F is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB170213127-
CMYK0.2000.400.16
HSL90º50.59%66.67%-
HSV(B)90º40.38%83.53%-
XYZ44.257.6728.88-
YUV190.3492.25113.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 127 (50% from 255) = 24.90%
R=33.33%
G=41.76%
B=24.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702131270.2000.400.169050.5966.67
HexAAD57F14028105a3343
Octal252325177240502013263103
Binary101010101101010111111111010001010001000010110101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD57F; }

 p { color: rgb(170,213,127); }

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

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

 a { background-color: rgb(170,213,127); }

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

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

 span { border-color: rgb(170,213,127); }

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