#a8c56c

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

Shades of Olivine #A8C56C

Tints of Olivine #A8C56C

Color information

#A8C56C (or 0xA8C56C) is unknown color: approx Olivine. HEX triplet: A8, C5 and 6C. RGB value is (168,197,108). Sum of RGB (Red+Green+Blue) = 168+197+108=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C56C is #573A93. Grayscale: #B2B2B2. Windows color (decimal): -5716628 or 7128488. OLE color: 7128488.

HSL color Cylindrical-coordinate representation of color #A8C56C: hue angle of 79.55º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8C56C is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB168197108-
CMYK0.1500.450.23
HSL79.55º43.41%59.8%-
HSV(B)79.55º45.18%77.25%-
XYZ38.8249.3421.66-
YUV178.1888.39120.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 197 (77.34% from 255) = 41.65%
BLUE value IS 108 (42.58% from 255) = 22.83%
R=35.52%
G=41.65%
B=22.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681971080.1500.450.2379.5543.4159.8
HexA8C56CF02D17502b3c
Octal25030515417055271205374
Binary1010100011000101110110011110101101101111010000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8c56c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8c56c; }

 p { color: rgb(168,197,108); }

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

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

 a { background-color: rgb(168,197,108); }

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

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

 span { border-color: rgb(168,197,108); }

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