Html Css Color HEX #ACAA20 Earls Green

📋 copy color: '#ACAA20'

red 172 ◦ green 170 ◦ blue 32

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

Shades of Earls Green #ACAA20

Tints of Earls Green #ACAA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.56%

R = 45.99%
G = 45.45%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ACAA20 (or 0xACAA20) is known color: Earls Green. HEX triplet: AC, AA and 20. RGB value is (172,170,32). Sum of RGB (Red+Green+Blue) = 172+170+32=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA20 is #5355DF. Grayscale: #9B9B9B. Windows color (decimal): -5461472 or 2140844. OLE color: 2140844.

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

Color convert

RGB 172 170 32 -
CMYK 0 0.01 0.81 0.33
HSL 59.14º 0.69% 0.4% -
HSV(B) 59.14º 0.81% 0.67% -
XYZ 31.65 37.62 6.96 -
YUV 154.87 58.66 140.22 -
System Red Green Blue C M Y K H S L
Decimal 172 170 32 0 0.01 0.81 0.33 59.14 0.69 0.4
Hex AC AA 20 0 1 51 21 3B 45 28
Octal 254 252 40 0 1 121 41 73 105 50
Binary 10101100 10101010 100000 0 1 1010001 100001 111011 1000101 101000

Color Harmonies of #ACAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA20

Black with #ACAA20

Text Example


Text Example

White with #ACAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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