#A9AE4C

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

Shades of Olive Green #A9AE4C

Tints of Olive Green #A9AE4C

Color information

#A9AE4C (or 0xA9AE4C) is unknown color: approx Olive Green. HEX triplet: A9, AE and 4C. RGB value is (169,174,76). Sum of RGB (Red+Green+Blue) = 169+174+76=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AE4C is #5651B3. Grayscale: #A1A1A1. Windows color (decimal): -5657012 or 5025449. OLE color: 5025449.

HSL color Cylindrical-coordinate representation of color #A9AE4C: hue angle of 63.06º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9AE4C is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB16917476-
CMYK0.0300.560.32
HSL63.06º39.2%49.02%-
HSV(B)63.06º56.32%68.24%-
XYZ32.839.2312.68-
YUV161.3379.84133.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 174 (68.36% from 255) = 41.53%
BLUE value IS 76 (30.08% from 255) = 18.14%
R=40.33%
G=41.53%
B=18.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169174760.0300.560.3263.0639.249.02
HexA9AE4C3038203f2731
Octal251256114307040774761
Binary10101001101011101001100110111000100000111111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE4C; }

 p { color: rgb(169,174,76); }

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

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

 a { background-color: rgb(169,174,76); }

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

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

 span { border-color: rgb(169,174,76); }

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