Html Css Color HEX #ACAC2E Earls Green

📋 copy color: '#ACAC2E'

red 172 ◦ green 172 ◦ blue 46

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

Shades of Earls Green #ACAC2E

Tints of Earls Green #ACAC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.79%

R = 44.1%
G = 44.1%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#ACAC2E (or 0xACAC2E) is known color: Earls Green. HEX triplet: AC, AC and 2E. RGB value is (172,172,46). Sum of RGB (Red+Green+Blue) = 172+172+46=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC2E is #5353D1. Grayscale: #9E9E9E. Windows color (decimal): -5460946 or 3058860. OLE color: 3058860.

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

Color convert

RGB 172 172 46 -
CMYK 0 0 0.73 0.33
HSL 60º 0.58% 0.43% -
HSV(B) 60º 0.73% 0.67% -
XYZ 32.26 38.47 8.31 -
YUV 157.64 65 138.25 -
System Red Green Blue C M Y K H S L
Decimal 172 172 46 0 0 0.73 0.33 60 0.58 0.43
Hex AC AC 2E 0 0 49 21 3C 3A 2B
Octal 254 254 56 0 0 111 41 74 72 53
Binary 10101100 10101100 101110 0 0 1001001 100001 111100 111010 101011

Color Harmonies of #ACAC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC2E

Black with #ACAC2E

Text Example


Text Example

White with #ACAC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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