#AADD7B

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

Shades of Feijoa #AADD7B

Tints of Feijoa #AADD7B

Color information

#AADD7B (or 0xAADD7B) is unknown color: approx Feijoa. HEX triplet: AA, DD and 7B. RGB value is (170,221,123). Sum of RGB (Red+Green+Blue) = 170+221+123=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD7B is #552284. Grayscale: #C2C2C2. Windows color (decimal): -5579397 or 8117674. OLE color: 8117674.

HSL color Cylindrical-coordinate representation of color #AADD7B: hue angle of 91.22º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AADD7B is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB170221123-
CMYK0.2300.440.13
HSL91.22º59.04%67.45%-
HSV(B)91.22º44.34%86.67%-
XYZ46.0161.6928.22-
YUV194.5887.6110.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 221 (86.72% from 255) = 43.00%
BLUE value IS 123 (48.44% from 255) = 23.93%
R=33.07%
G=43.00%
B=23.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211230.2300.440.1391.2259.0467.45
HexAADD7B1702CD5b3b43
Octal252335173270541513373103
Binary10101010110111011111011101110101100110110110111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD7B; }

 p { color: rgb(170,221,123); }

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

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

 a { background-color: rgb(170,221,123); }

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

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

 span { border-color: rgb(170,221,123); }

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