#AADD75

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

Shades of Feijoa #AADD75

Tints of Feijoa #AADD75

Color information

#AADD75 (or 0xAADD75) is unknown color: approx Feijoa. HEX triplet: AA, DD and 75. RGB value is (170,221,117). Sum of RGB (Red+Green+Blue) = 170+221+117=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD75 is #55228A. Grayscale: #C2C2C2. Windows color (decimal): -5579403 or 7724458. OLE color: 7724458.

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

Color convert

RGB170221117-
CMYK0.2300.470.13
HSL89.42º60.47%66.27%-
HSV(B)89.42º47.06%86.67%-
XYZ45.6461.5426.3-
YUV193.984.6110.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=33.46%
G=43.50%
B=23.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211170.2300.470.1389.4260.4766.27
HexAADD751702FD593c42
Octal252335165270571513174102
Binary10101010110111011110101101110101111110110110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD75; }

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

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

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

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

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

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

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

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