Html Css Color HEX #ACAC14 Earls Green

📋 copy color: '#ACAC14'

red 172 ◦ green 172 ◦ blue 20

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

Shades of Earls Green #ACAC14

Tints of Earls Green #ACAC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 47.25%
G = 47.25%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ACAC14 (or 0xACAC14) is known color: Earls Green. HEX triplet: AC, AC and 14. RGB value is (172,172,20). Sum of RGB (Red+Green+Blue) = 172+172+20=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC14 is #5353EB. Grayscale: #9B9B9B. Windows color (decimal): -5460972 or 1354924. OLE color: 1354924.

HSL color Cylindrical-coordinate representation of color #ACAC14: hue angle of 60º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACAC14 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 20 -
CMYK 0 0 0.88 0.33
HSL 60º 0.79% 0.38% -
HSV(B) 60º 0.88% 0.67% -
XYZ 31.89 38.33 6.38 -
YUV 154.67 52 140.36 -
System Red Green Blue C M Y K H S L
Decimal 172 172 20 0 0 0.88 0.33 60 0.79 0.38
Hex AC AC 14 0 0 58 21 3C 4F 26
Octal 254 254 24 0 0 130 41 74 117 46
Binary 10101100 10101100 10100 0 0 1011000 100001 111100 1001111 100110

Color Harmonies of #ACAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC14

Black with #ACAC14

Text Example


Text Example

White with #ACAC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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