Html Css Color HEX #ACAC20 Earls Green

📋 copy color: '#ACAC20'

red 172 ◦ green 172 ◦ blue 32

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

Shades of Earls Green #ACAC20

Tints of Earls Green #ACAC20

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.74%

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

R = 45.74%
G = 45.74%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ACAC20 (or 0xACAC20) is known color: Earls Green. HEX triplet: AC, AC and 20. RGB value is (172,172,32). Sum of RGB (Red+Green+Blue) = 172+172+32=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC20 is #5353DF. Grayscale: #9C9C9C. Windows color (decimal): -5460960 or 2141356. OLE color: 2141356.

HSL color Cylindrical-coordinate representation of color #ACAC20: hue angle of 60º 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 #ACAC20 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 32 -
CMYK 0 0 0.81 0.33
HSL 60º 0.69% 0.4% -
HSV(B) 60º 0.81% 0.67% -
XYZ 32.03 38.38 7.09 -
YUV 156.04 58 139.38 -
System Red Green Blue C M Y K H S L
Decimal 172 172 32 0 0 0.81 0.33 60 0.69 0.4
Hex AC AC 20 0 0 51 21 3C 45 28
Octal 254 254 40 0 0 121 41 74 105 50
Binary 10101100 10101100 100000 0 0 1010001 100001 111100 1000101 101000

Color Harmonies of #ACAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC20

Black with #ACAC20

Text Example


Text Example

White with #ACAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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