#AAC969

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

Shades of Olivine #AAC969

Tints of Olivine #AAC969

Color information

#AAC969 (or 0xAAC969) is unknown color: approx Olivine. HEX triplet: AA, C9 and 69. RGB value is (170,201,105). Sum of RGB (Red+Green+Blue) = 170+201+105=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC969 is #553696. Grayscale: #B5B5B5. Windows color (decimal): -5584535 or 6932906. OLE color: 6932906.

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

Color convert

RGB170201105-
CMYK0.1500.480.21
HSL79.38º47.06%60%-
HSV(B)79.38º47.76%78.82%-
XYZ40.0151.3421.17-
YUV180.7985.23120.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 201 (78.91% from 255) = 42.23%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=35.71%
G=42.23%
B=22.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011050.1500.480.2179.3847.0660
HexAAC969F030154f2f3c
Octal25231115117060251175774
Binary1010101011001001110100111110110000101011001111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC969; }

 p { color: rgb(170,201,105); }

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

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

 a { background-color: rgb(170,201,105); }

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

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

 span { border-color: rgb(170,201,105); }

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