#a9ac2a

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

Shades of Earls Green #A9AC2A

Tints of Earls Green #A9AC2A

Color information

#A9AC2A (or 0xA9AC2A) is unknown color: approx Earls Green. HEX triplet: A9, AC and 2A. RGB value is (169,172,42). Sum of RGB (Red+Green+Blue) = 169+172+42=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AC2A is #5653D5. Grayscale: #9C9C9C. Windows color (decimal): -5657558 or 2796713. OLE color: 2796713.

HSL color Cylindrical-coordinate representation of color #A9AC2A: hue angle of 61.38º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9AC2A is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB16917242-
CMYK0.0200.760.33
HSL61.38º60.75%41.96%-
HSV(B)61.38º75.58%67.45%-
XYZ31.5338.117.88-
YUV156.2863.51137.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 42 (16.80% from 255) = 10.97%
R=44.13%
G=44.91%
B=10.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169172420.0200.760.3361.3860.7541.96
HexA9AC2A204C213d3d2a
Octal251254522011441757552
Binary10101001101011001010101001001100100001111101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9ac2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9ac2a; }

 p { color: rgb(169,172,42); }

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

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

 a { background-color: rgb(169,172,42); }

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

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

 span { border-color: rgb(169,172,42); }

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