#ACAE2A

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

Shades of Earls Green #ACAE2A

Tints of Earls Green #ACAE2A

Color information

#ACAE2A (or 0xACAE2A) is unknown color: approx Earls Green. HEX triplet: AC, AE and 2A. RGB value is (172,174,42). Sum of RGB (Red+Green+Blue) = 172+174+42=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAE2A is #5351D5. Grayscale: #9E9E9E. Windows color (decimal): -5460438 or 2797228. OLE color: 2797228.

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

Color convert

RGB17217442-
CMYK0.0100.760.32
HSL60.91º61.11%42.35%-
HSV(B)60.91º75.86%68.24%-
XYZ32.5739.218.04-
YUV158.3562.34137.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 174 (68.36% from 255) = 44.85%
BLUE value IS 42 (16.80% from 255) = 10.82%
R=44.33%
G=44.85%
B=10.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172174420.0100.760.3260.9161.1142.35
HexACAE2A104C203d3d2a
Octal254256521011440757552
Binary1010110010101110101010101001100100000111101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE2A; }

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

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

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

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

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

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

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

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