#A1C661

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

Shades of Olivine #A1C661

Tints of Olivine #A1C661

Color information

#A1C661 (or 0xA1C661) is unknown color: approx Olivine. HEX triplet: A1, C6 and 61. RGB value is (161,198,97). Sum of RGB (Red+Green+Blue) = 161+198+97=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C661 is #5E399E. Grayscale: #AFAFAF. Windows color (decimal): -6175135 or 6407841. OLE color: 6407841.

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

Color convert

RGB16119897-
CMYK0.1900.510.22
HSL81.98º46.98%57.84%-
HSV(B)81.98º51.01%77.65%-
XYZ37.0548.8318.78-
YUV175.4283.74117.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 198 (77.73% from 255) = 43.42%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=35.31%
G=43.42%
B=21.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161198970.1900.510.2281.9846.9857.84
HexA1C6611303316522f3a
Octal24130614123063261225772
Binary10100001110001101100001100110110011101101010010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C661; }

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

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

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

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

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

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

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

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