#A8D888

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

Shades of Feijoa #A8D888

Tints of Feijoa #A8D888

Color information

#A8D888 (or 0xA8D888) is unknown color: approx Feijoa. HEX triplet: A8, D8 and 88. RGB value is (168,216,136). Sum of RGB (Red+Green+Blue) = 168+216+136=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D888 is #572777. Grayscale: #C0C0C0. Windows color (decimal): -5711736 or 8968360. OLE color: 8968360.

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

Color convert

RGB168216136-
CMYK0.2200.370.15
HSL96º50.63%69.02%-
HSV(B)96º37.04%84.71%-
XYZ45.1559.2132.34-
YUV192.5396.1110.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=32.31%
G=41.54%
B=26.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682161360.2200.370.159650.6369.02
HexA8D88816025F603345
Octal250330210260451714063105
Binary101010001101100010001000101100100101111111000001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D888; }

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

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

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

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

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

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

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

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