#AADF85

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

Shades of Feijoa #AADF85

Tints of Feijoa #AADF85

Color information

#AADF85 (or 0xAADF85) is unknown color: approx Feijoa. HEX triplet: AA, DF and 85. RGB value is (170,223,133). Sum of RGB (Red+Green+Blue) = 170+223+133=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF85 is #55207A. Grayscale: #C5C5C5. Windows color (decimal): -5578875 or 8773546. OLE color: 8773546.

HSL color Cylindrical-coordinate representation of color #AADF85: hue angle of 95.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AADF85 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB170223133-
CMYK0.2400.400.13
HSL95.33º58.44%69.8%-
HSV(B)95.33º40.36%87.45%-
XYZ47.263.0131.87-
YUV196.8991.94108.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 133 (52.34% from 255) = 25.29%
R=32.32%
G=42.40%
B=25.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231330.2400.400.1395.3358.4469.8
HexAADF8518028D5f3a46
Octal252337205300501513772106
Binary101010101101111110000101110000101000110110111111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF85; }

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

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

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

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

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

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

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

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