#A8D091

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

Shades of Feijoa #A8D091

Tints of Feijoa #A8D091

Color information

#A8D091 (or 0xA8D091) is unknown color: approx Feijoa. HEX triplet: A8, D0 and 91. RGB value is (168,208,145). Sum of RGB (Red+Green+Blue) = 168+208+145=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D091 is #572F6E. Grayscale: #BDBDBD. Windows color (decimal): -5713775 or 9556136. OLE color: 9556136.

HSL color Cylindrical-coordinate representation of color #A8D091: hue angle of 98.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D091 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB168208145-
CMYK0.1900.300.18
HSL98.1º40.13%69.22%-
HSV(B)98.1º30.29%81.57%-
XYZ43.8255.4835.19-
YUV188.86103.25113.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 208 (81.64% from 255) = 39.92%
BLUE value IS 145 (57.03% from 255) = 27.83%
R=32.25%
G=39.92%
B=27.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682081450.1900.300.1898.140.1369.22
HexA8D0911301E12622845
Octal250320221230362214250105
Binary101010001101000010010001100110111101001011000101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D091; }

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

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

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

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

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

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

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

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