#AADF75

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

Shades of Feijoa #AADF75

Tints of Feijoa #AADF75

Color information

#AADF75 (or 0xAADF75) is unknown color: approx Feijoa. HEX triplet: AA, DF and 75. RGB value is (170,223,117). Sum of RGB (Red+Green+Blue) = 170+223+117=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF75 is #55208A. Grayscale: #C3C3C3. Windows color (decimal): -5578891 or 7724970. OLE color: 7724970.

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

Color convert

RGB170223117-
CMYK0.2400.480.13
HSL90º62.35%66.67%-
HSV(B)90º47.53%87.45%-
XYZ46.1862.6126.48-
YUV195.0783.94110.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 43.73%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=33.33%
G=43.73%
B=22.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231170.2400.480.139062.3566.67
HexAADF7518030D5a3e43
Octal252337165300601513276103
Binary10101010110111111110101110000110000110110110101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF75; }

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

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

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

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

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

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

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

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