Html Css Color HEX #ACAC1F Earls Green

📋 copy color: '#ACAC1F'

red 172 ◦ green 172 ◦ blue 31

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

Shades of Earls Green #ACAC1F

Tints of Earls Green #ACAC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.27%

R = 45.87%
G = 45.87%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#ACAC1F (or 0xACAC1F) is known color: Earls Green. HEX triplet: AC, AC and 1F. RGB value is (172,172,31). Sum of RGB (Red+Green+Blue) = 172+172+31=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC1F is #5353E0. Grayscale: #9C9C9C. Windows color (decimal): -5460961 or 2075820. OLE color: 2075820.

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

Color convert

RGB 172 172 31 -
CMYK 0 0 0.82 0.33
HSL 60º 0.69% 0.4% -
HSV(B) 60º 0.82% 0.67% -
XYZ 32.01 38.37 7.02 -
YUV 155.93 57.5 139.46 -
System Red Green Blue C M Y K H S L
Decimal 172 172 31 0 0 0.82 0.33 60 0.69 0.4
Hex AC AC 1F 0 0 52 21 3C 45 28
Octal 254 254 37 0 0 122 41 74 105 50
Binary 10101100 10101100 11111 0 0 1010010 100001 111100 1000101 101000

Color Harmonies of #ACAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC1F

Black with #ACAC1F

Text Example


Text Example

White with #ACAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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