#AADF79

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

Shades of Feijoa #AADF79

Tints of Feijoa #AADF79

Color information

#AADF79 (or 0xAADF79) is unknown color: approx Feijoa. HEX triplet: AA, DF and 79. RGB value is (170,223,121). Sum of RGB (Red+Green+Blue) = 170+223+121=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF79 is #552086. Grayscale: #C3C3C3. Windows color (decimal): -5578887 or 7987114. OLE color: 7987114.

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

Color convert

RGB170223121-
CMYK0.2400.460.13
HSL91.18º61.45%67.45%-
HSV(B)91.18º45.74%87.45%-
XYZ46.4262.727.75-
YUV195.5285.94109.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 223 (87.5% from 255) = 43.39%
BLUE value IS 121 (47.66% from 255) = 23.54%
R=33.07%
G=43.39%
B=23.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231210.2400.460.1391.1861.4567.45
HexAADF791802ED5b3d43
Octal252337171300561513375103
Binary10101010110111111111001110000101110110110110111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF79; }

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

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

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

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

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

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

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

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