#A1C168

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

Shades of Olivine #A1C168

Tints of Olivine #A1C168

Color information

#A1C168 (or 0xA1C168) is unknown color: approx Olivine. HEX triplet: A1, C1 and 68. RGB value is (161,193,104). Sum of RGB (Red+Green+Blue) = 161+193+104=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C168 is #5E3E97. Grayscale: #ADADAD. Windows color (decimal): -6176408 or 6865313. OLE color: 6865313.

HSL color Cylindrical-coordinate representation of color #A1C168: hue angle of 81.57º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1C168 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB161193104-
CMYK0.1700.460.24
HSL81.57º41.78%58.24%-
HSV(B)81.57º46.11%75.69%-
XYZ36.2746.7220.2-
YUV173.2988.9119.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 104 (41.02% from 255) = 22.71%
R=35.15%
G=42.14%
B=22.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611931040.1700.460.2481.5741.7858.24
HexA1C1681102E18522a3a
Octal24130115021056301225272
Binary10100001110000011101000100010101110110001010010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C168; }

 p { color: rgb(161,193,104); }

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

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

 a { background-color: rgb(161,193,104); }

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

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

 span { border-color: rgb(161,193,104); }

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