Html Css Color HEX #ACAC25 Earls Green

📋 copy color: '#ACAC25'

red 172 ◦ green 172 ◦ blue 37

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

Shades of Earls Green #ACAC25

Tints of Earls Green #ACAC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.71%

R = 45.14%
G = 45.14%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#ACAC25 (or 0xACAC25) is known color: Earls Green. HEX triplet: AC, AC and 25. RGB value is (172,172,37). Sum of RGB (Red+Green+Blue) = 172+172+37=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC25 is #5353DA. Grayscale: #9D9D9D. Windows color (decimal): -5460955 or 2469036. OLE color: 2469036.

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

Color convert

RGB 172 172 37 -
CMYK 0 0 0.78 0.33
HSL 60º 0.65% 0.41% -
HSV(B) 60º 0.78% 0.67% -
XYZ 32.1 38.41 7.47 -
YUV 156.61 60.5 138.98 -
System Red Green Blue C M Y K H S L
Decimal 172 172 37 0 0 0.78 0.33 60 0.65 0.41
Hex AC AC 25 0 0 4E 21 3C 41 29
Octal 254 254 45 0 0 116 41 74 101 51
Binary 10101100 10101100 100101 0 0 1001110 100001 111100 1000001 101001

Color Harmonies of #ACAC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC25

Black with #ACAC25

Text Example


Text Example

White with #ACAC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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