Html Css Color HEX #ACAC1C Earls Green

📋 copy color: '#ACAC1C'

red 172 ◦ green 172 ◦ blue 28

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

Shades of Earls Green #ACAC1C

Tints of Earls Green #ACAC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.53%

R = 46.24%
G = 46.24%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#ACAC1C (or 0xACAC1C) is known color: Earls Green. HEX triplet: AC, AC and 1C. RGB value is (172,172,28). Sum of RGB (Red+Green+Blue) = 172+172+28=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC1C is #5353E3. Grayscale: #9C9C9C. Windows color (decimal): -5460964 or 1879212. OLE color: 1879212.

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

Color convert

RGB 172 172 28 -
CMYK 0 0 0.84 0.33
HSL 60º 0.72% 0.39% -
HSV(B) 60º 0.84% 0.67% -
XYZ 31.98 38.36 6.82 -
YUV 155.58 56 139.71 -
System Red Green Blue C M Y K H S L
Decimal 172 172 28 0 0 0.84 0.33 60 0.72 0.39
Hex AC AC 1C 0 0 54 21 3C 48 27
Octal 254 254 34 0 0 124 41 74 110 47
Binary 10101100 10101100 11100 0 0 1010100 100001 111100 1001000 100111

Color Harmonies of #ACAC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC1C

Black with #ACAC1C

Text Example


Text Example

White with #ACAC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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