Html Css Color HEX #ACA02C Earls Green

📋 copy color: '#ACA02C'

red 172 ◦ green 160 ◦ blue 44

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

Shades of Earls Green #ACA02C

Tints of Earls Green #ACA02C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.55%

 BLUE value IS 44 (17.58% from 255) = 11.7%

R = 45.74%
G = 42.55%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#ACA02C (or 0xACA02C) is known color: Earls Green. HEX triplet: AC, A0 and 2C. RGB value is (172,160,44). Sum of RGB (Red+Green+Blue) = 172+160+44=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA02C is #535FD3. Grayscale: #969696. Windows color (decimal): -5464020 or 2924716. OLE color: 2924716.

HSL color Cylindrical-coordinate representation of color #ACA02C: hue angle of 54.38º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACA02C is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 160 44 -
CMYK 0 0.07 0.74 0.33
HSL 54.38º 0.59% 0.42% -
HSV(B) 54.38º 0.74% 0.67% -
XYZ 30.04 34.09 7.38 -
YUV 150.36 67.98 143.43 -
System Red Green Blue C M Y K H S L
Decimal 172 160 44 0 0.07 0.74 0.33 54.38 0.59 0.42
Hex AC A0 2C 0 7 4A 21 36 3B 2A
Octal 254 240 54 0 7 112 41 66 73 52
Binary 10101100 10100000 101100 0 111 1001010 100001 110110 111011 101010

Color Harmonies of #ACA02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA02C

Black with #ACA02C

Text Example


Text Example

White with #ACA02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA02C; }

 p { color: rgb(172,160,44); }

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

background-color css

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

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

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

border-color css

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

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

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