#AAC568

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

Shades of Olivine #AAC568

Tints of Olivine #AAC568

Color information

#AAC568 (or 0xAAC568) is unknown color: approx Olivine. HEX triplet: AA, C5 and 68. RGB value is (170,197,104). Sum of RGB (Red+Green+Blue) = 170+197+104=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC568 is #553A97. Grayscale: #B2B2B2. Windows color (decimal): -5585560 or 6866346. OLE color: 6866346.

HSL color Cylindrical-coordinate representation of color #AAC568: hue angle of 77.42º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAC568 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB170197104-
CMYK0.1400.470.23
HSL77.42º44.5%59.02%-
HSV(B)77.42º47.21%77.25%-
XYZ39.0449.4820.59-
YUV178.3286.05122.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 197 (77.34% from 255) = 41.83%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=36.09%
G=41.83%
B=22.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971040.1400.470.2377.4244.559.02
HexAAC568E02F174d2c3b
Octal25230515016057271155473
Binary1010101011000101110100011100101111101111001101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC568; }

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

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

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

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

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

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

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

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