#AAC268

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

Shades of Olivine #AAC268

Tints of Olivine #AAC268

Color information

#AAC268 (or 0xAAC268) is unknown color: approx Olivine. HEX triplet: AA, C2 and 68. RGB value is (170,194,104). Sum of RGB (Red+Green+Blue) = 170+194+104=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC268 is #553D97. Grayscale: #B0B0B0. Windows color (decimal): -5586328 or 6865578. OLE color: 6865578.

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

Color convert

RGB170194104-
CMYK0.1200.460.24
HSL76º42.45%58.43%-
HSV(B)76º46.39%76.08%-
XYZ38.3748.1320.36-
YUV176.5687.05123.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 194 (76.17% from 255) = 41.45%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=36.32%
G=41.45%
B=22.22%

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
Decimal1701941040.1200.460.247642.4558.43
HexAAC268C02E184c2a3a
Octal25230215014056301145272
Binary1010101011000010110100011000101110110001001100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC268; }

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

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

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

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

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

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

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

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