#A1C061

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

Shades of Olivine #A1C061

Tints of Olivine #A1C061

Color information

#A1C061 (or 0xA1C061) is unknown color: approx Olivine. HEX triplet: A1, C0 and 61. RGB value is (161,192,97). Sum of RGB (Red+Green+Blue) = 161+192+97=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C061 is #5E3F9E. Grayscale: #ACACAC. Windows color (decimal): -6176671 or 6406305. OLE color: 6406305.

HSL color Cylindrical-coordinate representation of color #A1C061: hue angle of 79.58º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1C061 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB16119297-
CMYK0.1600.490.25
HSL79.58º42.99%56.67%-
HSV(B)79.58º49.48%75.29%-
XYZ35.7146.1418.33-
YUV171.985.73120.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=35.78%
G=42.67%
B=21.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161192970.1600.490.2579.5842.9956.67
HexA1C0611003119502b39
Octal24130014120061311205371
Binary10100001110000001100001100000110001110011010000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C061; }

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

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

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

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

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

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

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

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