#A8D08D

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

Shades of Feijoa #A8D08D

Tints of Feijoa #A8D08D

Color information

#A8D08D (or 0xA8D08D) is unknown color: approx Feijoa. HEX triplet: A8, D0 and 8D. RGB value is (168,208,141). Sum of RGB (Red+Green+Blue) = 168+208+141=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D08D is #572F72. Grayscale: #BCBCBC. Windows color (decimal): -5713779 or 9293992. OLE color: 9293992.

HSL color Cylindrical-coordinate representation of color #A8D08D: hue angle of 95.82º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8D08D is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB168208141-
CMYK0.1900.320.18
HSL95.82º41.61%68.43%-
HSV(B)95.82º32.21%81.57%-
XYZ43.5155.3633.59-
YUV188.4101.25113.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 208 (81.64% from 255) = 40.23%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=32.50%
G=40.23%
B=27.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682081410.1900.320.1895.8241.6168.43
HexA8D08D1302012602a44
Octal250320215230402214052104
Binary1010100011010000100011011001101000001001011000001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D08D; }

 p { color: rgb(168,208,141); }

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

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

 a { background-color: rgb(168,208,141); }

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

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

 span { border-color: rgb(168,208,141); }

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