Html Css Color HEX #ACAC15 Earls Green

📋 copy color: '#ACAC15'

red 172 ◦ green 172 ◦ blue 21

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

Shades of Earls Green #ACAC15

Tints of Earls Green #ACAC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.75%

R = 47.12%
G = 47.12%
B = 5.75%

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

#ACAC15 (or 0xACAC15) is known color: Earls Green. HEX triplet: AC, AC and 15. RGB value is (172,172,21). Sum of RGB (Red+Green+Blue) = 172+172+21=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC15 is #5353EA. Grayscale: #9B9B9B. Windows color (decimal): -5460971 or 1420460. OLE color: 1420460.

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

Color convert

RGB 172 172 21 -
CMYK 0 0 0.88 0.33
HSL 60º 0.78% 0.38% -
HSV(B) 60º 0.88% 0.67% -
XYZ 31.9 38.33 6.43 -
YUV 154.79 52.5 140.28 -
System Red Green Blue C M Y K H S L
Decimal 172 172 21 0 0 0.88 0.33 60 0.78 0.38
Hex AC AC 15 0 0 58 21 3C 4E 26
Octal 254 254 25 0 0 130 41 74 116 46
Binary 10101100 10101100 10101 0 0 1011000 100001 111100 1001110 100110

Color Harmonies of #ACAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC15

Black with #ACAC15

Text Example


Text Example

White with #ACAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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