#A8D394

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

Shades of Feijoa #A8D394

Tints of Feijoa #A8D394

Color information

#A8D394 (or 0xA8D394) is unknown color: approx Feijoa. HEX triplet: A8, D3 and 94. RGB value is (168,211,148). Sum of RGB (Red+Green+Blue) = 168+211+148=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D394 is #572C6B. Grayscale: #BFBFBF. Windows color (decimal): -5713004 or 9753512. OLE color: 9753512.

HSL color Cylindrical-coordinate representation of color #A8D394: hue angle of 100.95º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D394 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB168211148-
CMYK0.2000.300.17
HSL100.95º41.72%70.39%-
HSV(B)100.95º29.86%82.75%-
XYZ44.7957.0536.67-
YUV190.96103.75111.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=31.88%
G=40.04%
B=28.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682111480.2000.300.17100.9541.7270.39
HexA8D3941401E11652a46
Octal250323224240362114552106
Binary101010001101001110010100101000111101000111001011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D394; }

 p { color: rgb(168,211,148); }

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

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

 a { background-color: rgb(168,211,148); }

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

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

 span { border-color: rgb(168,211,148); }

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