#A8AC1F

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

Shades of Earls Green #A8AC1F

Tints of Earls Green #A8AC1F

Color information

#A8AC1F (or 0xA8AC1F) is unknown color: approx Earls Green. HEX triplet: A8, AC and 1F. RGB value is (168,172,31). Sum of RGB (Red+Green+Blue) = 168+172+31=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC1F is #5753E0. Grayscale: #9B9B9B. Windows color (decimal): -5723105 or 2075816. OLE color: 2075816.

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

Color convert

RGB16817231-
CMYK0.0200.820.33
HSL61.7º69.46%39.8%-
HSV(B)61.7º81.98%67.45%-
XYZ31.1537.936.98-
YUV154.7358.17137.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 31 (12.5% from 255) = 8.36%
R=45.28%
G=46.36%
B=8.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168172310.0200.820.3361.769.4639.8
HexA8AC1F2052213e4528
Octal2502543720122417610550
Binary10101000101011001111110010100101000011111101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC1F; }

 p { color: rgb(168,172,31); }

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

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

 a { background-color: rgb(168,172,31); }

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

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

 span { border-color: rgb(168,172,31); }

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