#A1C665

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

Shades of Olivine #A1C665

Tints of Olivine #A1C665

Color information

#A1C665 (or 0xA1C665) is unknown color: approx Olivine. HEX triplet: A1, C6 and 65. RGB value is (161,198,101). Sum of RGB (Red+Green+Blue) = 161+198+101=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C665 is #5E399A. Grayscale: #B0B0B0. Windows color (decimal): -6175131 or 6669985. OLE color: 6669985.

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

Color convert

RGB161198101-
CMYK0.1900.490.22
HSL82.89º45.97%58.63%-
HSV(B)82.89º48.99%77.65%-
XYZ37.2448.919.79-
YUV175.8885.74117.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 198 (77.73% from 255) = 43.04%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=35%
G=43.04%
B=21.96%

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
Decimal1611981010.1900.490.2282.8945.9758.63
HexA1C6651303116532e3b
Octal24130614523061261235673
Binary10100001110001101100101100110110001101101010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C665; }

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

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

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

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

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

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

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

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