#AAF685

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

Shades of Feijoa #AAF685

Tints of Feijoa #AAF685

Color information

#AAF685 (or 0xAAF685) is unknown color: approx Feijoa. HEX triplet: AA, F6 and 85. RGB value is (170,246,133). Sum of RGB (Red+Green+Blue) = 170+246+133=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF685 is #55097A. Grayscale: #D2D2D2. Windows color (decimal): -5572987 or 8779434. OLE color: 8779434.

HSL color Cylindrical-coordinate representation of color #AAF685: hue angle of 100.35º degrees, saturation: 0.86, 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 #AAF685 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB170246133-
CMYK0.3100.460.04
HSL100.35º86.26%74.31%-
HSV(B)100.35º45.93%96.47%-
XYZ53.7776.1534.06-
YUV210.3984.3299.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 246 (96.48% from 255) = 44.81%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=30.97%
G=44.81%
B=24.23%

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
Decimal1702461330.3100.460.04100.3586.2674.31
HexAAF6851F02E464564a
Octal252366205370564144126112
Binary101010101111011010000101111110101110100110010010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF685; }

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

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

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

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

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

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

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

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