#A1C063

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

Shades of Olivine #A1C063

Tints of Olivine #A1C063

Color information

#A1C063 (or 0xA1C063) is unknown color: approx Olivine. HEX triplet: A1, C0 and 63. RGB value is (161,192,99). Sum of RGB (Red+Green+Blue) = 161+192+99=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C063 is #5E3F9C. Grayscale: #ACACAC. Windows color (decimal): -6176669 or 6537377. OLE color: 6537377.

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

Color convert

RGB16119299-
CMYK0.1600.480.25
HSL80º42.47%57.06%-
HSV(B)80º48.44%75.29%-
XYZ35.846.1818.83-
YUV172.1386.73120.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 192 (75.39% from 255) = 42.48%
BLUE value IS 99 (39.06% from 255) = 21.90%
R=35.62%
G=42.48%
B=21.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161192990.1600.480.258042.4757.06
HexA1C0631003019502a39
Octal24130014320060311205271
Binary10100001110000001100011100000110000110011010000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C063; }

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

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

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

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

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

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

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

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