#A4C560

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

Shades of Olivine #A4C560

Tints of Olivine #A4C560

Color information

#A4C560 (or 0xA4C560) is unknown color: approx Olivine. HEX triplet: A4, C5 and 60. RGB value is (164,197,96). Sum of RGB (Red+Green+Blue) = 164+197+96=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C560 is #5B3A9F. Grayscale: #AFAFAF. Windows color (decimal): -5978784 or 6342052. OLE color: 6342052.

HSL color Cylindrical-coordinate representation of color #A4C560: hue angle of 79.6º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4C560 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB16419796-
CMYK0.1700.510.23
HSL79.6º46.54%57.45%-
HSV(B)79.6º51.27%77.25%-
XYZ37.3948.6718.49-
YUV175.6283.07119.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 197 (77.34% from 255) = 43.11%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=35.89%
G=43.11%
B=21.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164197960.1700.510.2379.646.5457.45
HexA4C5601103317502f39
Octal24430514021063271205771
Binary10100100110001011100000100010110011101111010000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C560; }

 p { color: rgb(164,197,96); }

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

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

 a { background-color: rgb(164,197,96); }

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

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

 span { border-color: rgb(164,197,96); }

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