#AAF088

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

Shades of Feijoa #AAF088

Tints of Feijoa #AAF088

Color information

#AAF088 (or 0xAAF088) is unknown color: approx Feijoa. HEX triplet: AA, F0 and 88. RGB value is (170,240,136). Sum of RGB (Red+Green+Blue) = 170+240+136=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF088 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF088 is #550F77. Grayscale: #CFCFCF. Windows color (decimal): -5574520 or 8974506. OLE color: 8974506.

HSL color Cylindrical-coordinate representation of color #AAF088: hue angle of 100.38º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAF088 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB170240136-
CMYK0.2900.430.06
HSL100.38º77.61%73.73%-
HSV(B)100.38º43.33%94.12%-
XYZ52.1872.6434.56-
YUV207.2187.81101.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 240 (94.14% from 255) = 43.96%
BLUE value IS 136 (53.52% from 255) = 24.91%
R=31.14%
G=43.96%
B=24.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702401360.2900.430.06100.3877.6173.73
HexAAF0881D02B6644e4a
Octal252360210350536144116112
Binary101010101111000010001000111010101011110110010010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF088; }

 p { color: rgb(170,240,136); }

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

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

 a { background-color: rgb(170,240,136); }

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

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

 span { border-color: rgb(170,240,136); }

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