#AADD74

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

Shades of Feijoa #AADD74

Tints of Feijoa #AADD74

Color information

#AADD74 (or 0xAADD74) is unknown color: approx Feijoa. HEX triplet: AA, DD and 74. RGB value is (170,221,116). Sum of RGB (Red+Green+Blue) = 170+221+116=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD74 is #55228B. Grayscale: #C2C2C2. Windows color (decimal): -5579404 or 7658922. OLE color: 7658922.

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

Color convert

RGB170221116-
CMYK0.2300.480.13
HSL89.14º60.69%66.08%-
HSV(B)89.14º47.51%86.67%-
XYZ45.5961.5225.99-
YUV193.7884.1111.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 116 (45.70% from 255) = 22.88%
R=33.53%
G=43.59%
B=22.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211160.2300.480.1389.1460.6966.08
HexAADD7417030D593d42
Octal252335164270601513175102
Binary10101010110111011110100101110110000110110110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD74; }

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

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

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

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

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

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

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

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