#AADF7A

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

Shades of Feijoa #AADF7A

Tints of Feijoa #AADF7A

Color information

#AADF7A (or 0xAADF7A) is unknown color: approx Feijoa. HEX triplet: AA, DF and 7A. RGB value is (170,223,122). Sum of RGB (Red+Green+Blue) = 170+223+122=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF7A is #552085. Grayscale: #C3C3C3. Windows color (decimal): -5578886 or 8052650. OLE color: 8052650.

HSL color Cylindrical-coordinate representation of color #AADF7A: hue angle of 91.49º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AADF7A is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB170223122-
CMYK0.2400.450.13
HSL91.49º61.21%67.65%-
HSV(B)91.49º45.29%87.45%-
XYZ46.4862.7328.07-
YUV195.6486.44109.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 223 (87.5% from 255) = 43.30%
BLUE value IS 122 (48.05% from 255) = 23.69%
R=33.01%
G=43.30%
B=23.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231220.2400.450.1391.4961.2167.65
HexAADF7A1802DD5b3d44
Octal252337172300551513375104
Binary10101010110111111111010110000101101110110110111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF7A; }

 p { color: rgb(170,223,122); }

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

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

 a { background-color: rgb(170,223,122); }

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

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

 span { border-color: rgb(170,223,122); }

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