Html Css Color HEX #ACAA2C Earls Green

📋 copy color: '#ACAA2C'

red 172 ◦ green 170 ◦ blue 44

#ACAA2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #ACAA2C

Tints of Earls Green #ACAA2C

RGB

 RED value IS 172 (67.58% from 255) = 44.56%

 GREEN value IS 170 (66.8% from 255) = 44.04%

 BLUE value IS 44 (17.58% from 255) = 11.4%

R = 44.56%
G = 44.04%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#ACAA2C (or 0xACAA2C) is known color: Earls Green. HEX triplet: AC, AA and 2C. RGB value is (172,170,44). Sum of RGB (Red+Green+Blue) = 172+170+44=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA2C is #5355D3. Grayscale: #9C9C9C. Windows color (decimal): -5461460 or 2927276. OLE color: 2927276.

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

Color convert

RGB 172 170 44 -
CMYK 0 0.01 0.74 0.33
HSL 59.06º 0.59% 0.42% -
HSV(B) 59.06º 0.74% 0.67% -
XYZ 31.84 37.7 7.98 -
YUV 156.23 64.66 139.25 -
System Red Green Blue C M Y K H S L
Decimal 172 170 44 0 0.01 0.74 0.33 59.06 0.59 0.42
Hex AC AA 2C 0 1 4A 21 3B 3B 2A
Octal 254 252 54 0 1 112 41 73 73 52
Binary 10101100 10101010 101100 0 1 1001010 100001 111011 111011 101010

Color Harmonies of #ACAA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA2C

Black with #ACAA2C

Text Example


Text Example

White with #ACAA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA2C; }

 p { color: rgb(172,170,44); }

 H1.HeaderClassName
 {
   color: #ACAA2C;
 }
 .AnyTagClassName
 {
   color: #ACAA2C;
 }
</style>

background-color css

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

 a { background-color: rgb(172,170,44); }

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

border-color css

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

 span { border-color: rgb(172,170,44); }

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