Html Css Color HEX #ACAC7F Neutral Green

📋 copy color: '#ACAC7F'

red 172 ◦ green 172 ◦ blue 127

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

Shades of Neutral Green #ACAC7F

Tints of Neutral Green #ACAC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.96%

R = 36.52%
G = 36.52%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#ACAC7F (or 0xACAC7F) is known color: Neutral Green. HEX triplet: AC, AC and 7F. RGB value is (172,172,127). Sum of RGB (Red+Green+Blue) = 172+172+127=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC7F is #535380. Grayscale: #A7A7A7. Windows color (decimal): -5460865 or 8367276. OLE color: 8367276.

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

Color convert

RGB 172 172 127 -
CMYK 0 0 0.26 0.33
HSL 60º 0.21% 0.59% -
HSV(B) 60º 0.26% 0.67% -
XYZ 35.6 39.81 25.89 -
YUV 166.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 172 172 127 0 0 0.26 0.33 60 0.21 0.59
Hex AC AC 7F 0 0 1A 21 3C 15 3B
Octal 254 254 177 0 0 32 41 74 25 73
Binary 10101100 10101100 1111111 0 0 11010 100001 111100 10101 111011

Color Harmonies of #ACAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC7F

Black with #ACAC7F

Text Example


Text Example

White with #ACAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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