#A8DF8A

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

Shades of Feijoa #A8DF8A

Tints of Feijoa #A8DF8A

Color information

#A8DF8A (or 0xA8DF8A) is unknown color: approx Feijoa. HEX triplet: A8, DF and 8A. RGB value is (168,223,138). Sum of RGB (Red+Green+Blue) = 168+223+138=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DF8A is #572075. Grayscale: #C5C5C5. Windows color (decimal): -5709942 or 9101224. OLE color: 9101224.

HSL color Cylindrical-coordinate representation of color #A8DF8A: hue angle of 98.82º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8DF8A is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB168223138-
CMYK0.2500.380.13
HSL98.82º57.05%70.78%-
HSV(B)98.82º38.12%87.45%-
XYZ47.1262.9433.71-
YUV196.8694.78107.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=31.76%
G=42.16%
B=26.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682231380.2500.380.1398.8257.0570.78
HexA8DF8A19026D633947
Octal250337212310461514371107
Binary101010001101111110001010110010100110110111000111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DF8A; }

 p { color: rgb(168,223,138); }

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

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

 a { background-color: rgb(168,223,138); }

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

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

 span { border-color: rgb(168,223,138); }

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