#A8D88B

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

Shades of Feijoa #A8D88B

Tints of Feijoa #A8D88B

Color information

#A8D88B (or 0xA8D88B) is unknown color: approx Feijoa. HEX triplet: A8, D8 and 8B. RGB value is (168,216,139). Sum of RGB (Red+Green+Blue) = 168+216+139=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D88B is #572774. Grayscale: #C1C1C1. Windows color (decimal): -5711733 or 9164968. OLE color: 9164968.

HSL color Cylindrical-coordinate representation of color #A8D88B: hue angle of 97.4º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8D88B is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB168216139-
CMYK0.2200.360.15
HSL97.4º49.68%69.61%-
HSV(B)97.4º35.65%84.71%-
XYZ45.3659.333.48-
YUV192.8797.6110.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=32.12%
G=41.30%
B=26.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682161390.2200.360.1597.449.6869.61
HexA8D88B16024F613246
Octal250330213260441714162106
Binary101010001101100010001011101100100100111111000011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D88B; }

 p { color: rgb(168,216,139); }

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

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

 a { background-color: rgb(168,216,139); }

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

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

 span { border-color: rgb(168,216,139); }

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