#A8F088

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

Shades of Feijoa #A8F088

Tints of Feijoa #A8F088

Color information

#A8F088 (or 0xA8F088) is unknown color: approx Feijoa. HEX triplet: A8, F0 and 88. RGB value is (168,240,136). Sum of RGB (Red+Green+Blue) = 168+240+136=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F088 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F088 is #570F77. Grayscale: #CECECE. Windows color (decimal): -5705592 or 8974504. OLE color: 8974504.

HSL color Cylindrical-coordinate representation of color #A8F088: hue angle of 101.54º 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 #A8F088 is Cyan = 0.3, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB168240136-
CMYK0.300.430.06
HSL101.54º77.61%73.73%-
HSV(B)101.54º43.33%94.12%-
XYZ51.7572.4234.54-
YUV206.6288.15100.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.88%
GREEN value IS 240 (94.14% from 255) = 44.12%
BLUE value IS 136 (53.52% from 255) = 25%
R=30.88%
G=44.12%
B=25%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682401360.300.430.06101.5477.6173.73
HexA8F0881E02B6664e4a
Octal250360210360536146116112
Binary101010001111000010001000111100101011110110011010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F088; }

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

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

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

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

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

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

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

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