#AAC168

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

Shades of Olivine #AAC168

Tints of Olivine #AAC168

Color information

#AAC168 (or 0xAAC168) is unknown color: approx Olivine. HEX triplet: AA, C1 and 68. RGB value is (170,193,104). Sum of RGB (Red+Green+Blue) = 170+193+104=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC168 is #553E97. Grayscale: #B0B0B0. Windows color (decimal): -5586584 or 6865322. OLE color: 6865322.

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

Color convert

RGB170193104-
CMYK0.1200.460.24
HSL75.51º41.78%58.24%-
HSV(B)75.51º46.11%75.69%-
XYZ38.1547.6920.29-
YUV175.9887.38123.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=36.40%
G=41.33%
B=22.27%

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
Decimal1701931040.1200.460.2475.5141.7858.24
HexAAC168C02E184c2a3a
Octal25230115014056301145272
Binary1010101011000001110100011000101110110001001100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC168; }

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

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

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

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

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

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

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

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