#AAC369

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

Shades of Olivine #AAC369

Tints of Olivine #AAC369

Color information

#AAC369 (or 0xAAC369) is unknown color: approx Olivine. HEX triplet: AA, C3 and 69. RGB value is (170,195,105). Sum of RGB (Red+Green+Blue) = 170+195+105=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC369 is #553C96. Grayscale: #B1B1B1. Windows color (decimal): -5586071 or 6931370. OLE color: 6931370.

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

Color convert

RGB170195105-
CMYK0.1300.460.24
HSL76.67º42.86%58.82%-
HSV(B)76.67º46.15%76.47%-
XYZ38.6448.620.71-
YUV177.2687.22122.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 195 (76.56% from 255) = 41.49%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=36.17%
G=41.49%
B=22.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951050.1300.460.2476.6742.8658.82
HexAAC369D02E184d2b3b
Octal25230315115056301155373
Binary1010101011000011110100111010101110110001001101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC369; }

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

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

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

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

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

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

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

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