#A4AC98

Color #A4AC98 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #A4AC98

Tints of Green Spring #A4AC98

Color information

#A4AC98 (or 0xA4AC98) is unknown color: approx Green Spring. HEX triplet: A4, AC and 98. RGB value is (164,172,152). Sum of RGB (Red+Green+Blue) = 164+172+152=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AC98 is #5B5367. Grayscale: #A7A7A7. Windows color (decimal): -5985128 or 10005668. OLE color: 10005668.

HSL color Cylindrical-coordinate representation of color #A4AC98: hue angle of 84º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4AC98 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB164172152-
CMYK0.0500.120.33
HSL84º10.75%63.53%-
HSV(B)84º11.63%67.45%-
XYZ35.7339.6635.48-
YUV167.33119.35125.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 152 (59.77% from 255) = 31.15%
R=33.61%
G=35.25%
B=31.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641721520.0500.120.338410.7563.53
HexA4AC9850C2154b40
Octal24425423050144112413100
Binary10100100101011001001100010101100100001101010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC98; }

 p { color: rgb(164,172,152); }

 H1.HeaderClassName
 {
   color: #A4AC98;
 }
 .AnyTagClassName
 {
   color: #A4AC98;
 }
</style>
background-color css

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

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

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

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

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

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