#AAF585

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

Shades of Feijoa #AAF585

Tints of Feijoa #AAF585

Color information

#AAF585 (or 0xAAF585) is unknown color: approx Feijoa. HEX triplet: AA, F5 and 85. RGB value is (170,245,133). Sum of RGB (Red+Green+Blue) = 170+245+133=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF585 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF585 is #550A7A. Grayscale: #D2D2D2. Windows color (decimal): -5573243 or 8779178. OLE color: 8779178.

HSL color Cylindrical-coordinate representation of color #AAF585: hue angle of 100.18º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAF585 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB170245133-
CMYK0.3100.460.04
HSL100.18º84.85%74.12%-
HSV(B)100.18º45.71%96.08%-
XYZ53.4675.5433.95-
YUV209.8184.6599.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 245 (96.09% from 255) = 44.71%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=31.02%
G=44.71%
B=24.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702451330.3100.460.04100.1884.8574.12
HexAAF5851F02E464554a
Octal252365205370564144125112
Binary101010101111010110000101111110101110100110010010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF585; }

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

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

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

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

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

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

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

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