#A8D093

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

Shades of Feijoa #A8D093

Tints of Feijoa #A8D093

Color information

#A8D093 (or 0xA8D093) is unknown color: approx Feijoa. HEX triplet: A8, D0 and 93. RGB value is (168,208,147). Sum of RGB (Red+Green+Blue) = 168+208+147=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D093 is #572F6C. Grayscale: #BDBDBD. Windows color (decimal): -5713773 or 9687208. OLE color: 9687208.

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

Color convert

RGB168208147-
CMYK0.1900.290.18
HSL99.34º39.35%69.61%-
HSV(B)99.34º29.33%81.57%-
XYZ43.9755.5436.01-
YUV189.09104.25112.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 208 (81.64% from 255) = 39.77%
BLUE value IS 147 (57.81% from 255) = 28.11%
R=32.12%
G=39.77%
B=28.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682081470.1900.290.1899.3439.3569.61
HexA8D0931301D12632746
Octal250320223230352214347106
Binary101010001101000010010011100110111011001011000111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D093; }

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

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

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

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

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

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

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

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