Html Css Color HEX #ACAA2E Earls Green

📋 copy color: '#ACAA2E'

red 172 ◦ green 170 ◦ blue 46

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

Shades of Earls Green #ACAA2E

Tints of Earls Green #ACAA2E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.81%

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

R = 44.33%
G = 43.81%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#ACAA2E (or 0xACAA2E) is known color: Earls Green. HEX triplet: AC, AA and 2E. RGB value is (172,170,46). Sum of RGB (Red+Green+Blue) = 172+170+46=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA2E is #5355D1. Grayscale: #9C9C9C. Windows color (decimal): -5461458 or 3058348. OLE color: 3058348.

HSL color Cylindrical-coordinate representation of color #ACAA2E: hue angle of 59.05º 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 #ACAA2E is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 46 -
CMYK 0 0.01 0.73 0.33
HSL 59.05º 0.58% 0.43% -
HSV(B) 59.05º 0.73% 0.67% -
XYZ 31.88 37.72 8.18 -
YUV 156.46 65.66 139.08 -
System Red Green Blue C M Y K H S L
Decimal 172 170 46 0 0.01 0.73 0.33 59.05 0.58 0.43
Hex AC AA 2E 0 1 49 21 3B 3A 2B
Octal 254 252 56 0 1 111 41 73 72 53
Binary 10101100 10101010 101110 0 1 1001001 100001 111011 111010 101011

Color Harmonies of #ACAA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA2E

Black with #ACAA2E

Text Example


Text Example

White with #ACAA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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