#A1CA6D

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

Shades of Olivine #A1CA6D

Tints of Olivine #A1CA6D

Color information

#A1CA6D (or 0xA1CA6D) is unknown color: approx Olivine. HEX triplet: A1, CA and 6D. RGB value is (161,202,109). Sum of RGB (Red+Green+Blue) = 161+202+109=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA6D is #5E3592. Grayscale: #B3B3B3. Windows color (decimal): -6174099 or 7195297. OLE color: 7195297.

HSL color Cylindrical-coordinate representation of color #A1CA6D: hue angle of 86.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1CA6D is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB161202109-
CMYK0.2000.460.21
HSL86.45º46.73%60.98%-
HSV(B)86.45º46.04%79.22%-
XYZ38.5850.9222.26-
YUV179.1488.42115.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=34.11%
G=42.80%
B=23.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021090.2000.460.2186.4546.7360.98
HexA1CA6D1402E15562f3d
Octal24131215524056251265775
Binary10100001110010101101101101000101110101011010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CA6D; }

 p { color: rgb(161,202,109); }

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

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

 a { background-color: rgb(161,202,109); }

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

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

 span { border-color: rgb(161,202,109); }

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