#AAD877

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

Shades of Feijoa #AAD877

Tints of Feijoa #AAD877

Color information

#AAD877 (or 0xAAD877) is unknown color: approx Feijoa. HEX triplet: AA, D8 and 77. RGB value is (170,216,119). Sum of RGB (Red+Green+Blue) = 170+216+119=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD877 is #552788. Grayscale: #BFBFBF. Windows color (decimal): -5580681 or 7854250. OLE color: 7854250.

HSL color Cylindrical-coordinate representation of color #AAD877: hue angle of 88.45º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAD877 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB170216119-
CMYK0.2100.450.15
HSL88.45º55.43%65.69%-
HSV(B)88.45º44.91%84.71%-
XYZ44.4658.9926.5-
YUV191.1987.26112.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 216 (84.77% from 255) = 42.77%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=33.66%
G=42.77%
B=23.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702161190.2100.450.1588.4555.4365.69
HexAAD8771502DF583742
Octal252330167250551713067102
Binary10101010110110001110111101010101101111110110001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD877; }

 p { color: rgb(170,216,119); }

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

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

 a { background-color: rgb(170,216,119); }

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

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

 span { border-color: rgb(170,216,119); }

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