#A1C864

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

Shades of Olivine #A1C864

Tints of Olivine #A1C864

Color information

#A1C864 (or 0xA1C864) is unknown color: approx Olivine. HEX triplet: A1, C8 and 64. RGB value is (161,200,100). Sum of RGB (Red+Green+Blue) = 161+200+100=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C864 is #5E379B. Grayscale: #B1B1B1. Windows color (decimal): -6174620 or 6604961. OLE color: 6604961.

HSL color Cylindrical-coordinate representation of color #A1C864: hue angle of 83.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1C864 is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB161200100-
CMYK0.1900.50.22
HSL83.4º47.62%58.82%-
HSV(B)83.4º50%78.43%-
XYZ37.6549.8119.69-
YUV176.9484.58116.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 200 (78.52% from 255) = 43.38%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=34.92%
G=43.38%
B=21.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1612001000.1900.50.2283.447.6258.82
HexA1C864130321653303b
Octal24131014423062261236073
Binary10100001110010001100100100110110010101101010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C864; }

 p { color: rgb(161,200,100); }

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

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

 a { background-color: rgb(161,200,100); }

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

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

 span { border-color: rgb(161,200,100); }

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