#A8CD8C

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

Shades of Feijoa #A8CD8C

Tints of Feijoa #A8CD8C

Color information

#A8CD8C (or 0xA8CD8C) is unknown color: approx Feijoa. HEX triplet: A8, CD and 8C. RGB value is (168,205,140). Sum of RGB (Red+Green+Blue) = 168+205+140=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD8C is #573273. Grayscale: #BABABA. Windows color (decimal): -5714548 or 9227688. OLE color: 9227688.

HSL color Cylindrical-coordinate representation of color #A8CD8C: hue angle of 94.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8CD8C is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB168205140-
CMYK0.1800.320.20
HSL94.15º39.39%67.65%-
HSV(B)94.15º31.71%80.39%-
XYZ42.7153.8832.96-
YUV186.53101.74114.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=32.75%
G=39.96%
B=27.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682051400.1800.320.2094.1539.3967.65
HexA8CD8C12020145e2744
Octal250315214220402413647104
Binary1010100011001101100011001001001000001010010111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CD8C; }

 p { color: rgb(168,205,140); }

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

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

 a { background-color: rgb(168,205,140); }

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

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

 span { border-color: rgb(168,205,140); }

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