#AAD476

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

Shades of Feijoa #AAD476

Tints of Feijoa #AAD476

Color information

#AAD476 (or 0xAAD476) is unknown color: approx Feijoa. HEX triplet: AA, D4 and 76. RGB value is (170,212,118). Sum of RGB (Red+Green+Blue) = 170+212+118=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD476 is #552B89. Grayscale: #BDBDBD. Windows color (decimal): -5581706 or 7787690. OLE color: 7787690.

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

Color convert

RGB170212118-
CMYK0.2000.440.17
HSL86.81º52.22%64.71%-
HSV(B)86.81º44.34%83.14%-
XYZ43.3956.9425.84-
YUV188.7388.09114.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 212 (83.20% from 255) = 42.4%
BLUE value IS 118 (46.48% from 255) = 23.6%
R=34%
G=42.4%
B=23.6%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702121180.2000.440.1786.8152.2264.71
HexAAD4761402C11573441
Octal252324166240542112764101
Binary101010101101010011101101010001011001000110101111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD476; }

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

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

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

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

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

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

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

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