#A1C865

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

Shades of Olivine #A1C865

Tints of Olivine #A1C865

Color information

#A1C865 (or 0xA1C865) is unknown color: approx Olivine. HEX triplet: A1, C8 and 65. RGB value is (161,200,101). Sum of RGB (Red+Green+Blue) = 161+200+101=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C865 is #5E379A. Grayscale: #B1B1B1. Windows color (decimal): -6174619 or 6670497. OLE color: 6670497.

HSL color Cylindrical-coordinate representation of color #A1C865: hue angle of 83.64º degrees, saturation: 0.47, 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 #A1C865 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB161200101-
CMYK0.1900.490.22
HSL83.64º47.37%59.02%-
HSV(B)83.64º49.5%78.43%-
XYZ37.749.8319.94-
YUV177.0585.08116.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 200 (78.52% from 255) = 43.29%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=34.85%
G=43.29%
B=21.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1612001010.1900.490.2283.6447.3759.02
HexA1C8651303116542f3b
Octal24131014523061261245773
Binary10100001110010001100101100110110001101101010100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C865; }

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

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

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

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

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

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

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

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