#AAF186

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

Shades of Feijoa #AAF186

Tints of Feijoa #AAF186

Color information

#AAF186 (or 0xAAF186) is unknown color: approx Feijoa. HEX triplet: AA, F1 and 86. RGB value is (170,241,134). Sum of RGB (Red+Green+Blue) = 170+241+134=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF186 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF186 is #550E79. Grayscale: #CFCFCF. Windows color (decimal): -5574266 or 8843690. OLE color: 8843690.

HSL color Cylindrical-coordinate representation of color #AAF186: hue angle of 99.81º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAF186 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB170241134-
CMYK0.2900.440.05
HSL99.81º79.26%73.53%-
HSV(B)99.81º44.4%94.51%-
XYZ52.3473.1833.92-
YUV207.5786.48101.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 241 (94.53% from 255) = 44.22%
BLUE value IS 134 (52.73% from 255) = 24.59%
R=31.19%
G=44.22%
B=24.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411340.2900.440.0599.8179.2673.53
HexAAF1861D02C5644f4a
Octal252361206350545144117112
Binary101010101111000110000110111010101100101110010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF186; }

 p { color: rgb(170,241,134); }

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

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

 a { background-color: rgb(170,241,134); }

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

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

 span { border-color: rgb(170,241,134); }

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