#A9C168

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

Shades of Olivine #A9C168

Tints of Olivine #A9C168

Color information

#A9C168 (or 0xA9C168) is unknown color: approx Olivine. HEX triplet: A9, C1 and 68. RGB value is (169,193,104). Sum of RGB (Red+Green+Blue) = 169+193+104=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C168 is #563E97. Grayscale: #B0B0B0. Windows color (decimal): -5652120 or 6865321. OLE color: 6865321.

HSL color Cylindrical-coordinate representation of color #A9C168: hue angle of 76.18º 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 #A9C168 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB169193104-
CMYK0.1200.460.24
HSL76.18º41.78%58.24%-
HSV(B)76.18º46.11%75.69%-
XYZ37.9347.5720.28-
YUV175.6887.55123.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 104 (41.02% from 255) = 22.32%
R=36.27%
G=41.42%
B=22.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691931040.1200.460.2476.1841.7858.24
HexA9C168C02E184c2a3a
Octal25130115014056301145272
Binary1010100111000001110100011000101110110001001100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C168; }

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

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

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

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

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

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

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

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