#A8D68A

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

Shades of Feijoa #A8D68A

Tints of Feijoa #A8D68A

Color information

#A8D68A (or 0xA8D68A) is unknown color: approx Feijoa. HEX triplet: A8, D6 and 8A. RGB value is (168,214,138). Sum of RGB (Red+Green+Blue) = 168+214+138=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D68A is #572975. Grayscale: #BFBFBF. Windows color (decimal): -5712246 or 9098920. OLE color: 9098920.

HSL color Cylindrical-coordinate representation of color #A8D68A: hue angle of 96.32º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8D68A is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB168214138-
CMYK0.2100.360.16
HSL96.32º48.1%69.02%-
HSV(B)96.32º35.51%83.92%-
XYZ44.7858.2532.93-
YUV191.5897.76111.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 214 (83.98% from 255) = 41.15%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=32.31%
G=41.15%
B=26.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141380.2100.360.1696.3248.169.02
HexA8D68A1502410603045
Octal250326212250442014060105
Binary1010100011010110100010101010101001001000011000001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D68A; }

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

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

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

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

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

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

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

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