Shades of Green Spring #A4AD98
Tints of Green Spring #A4AD98
RGB
CMYK
RGB Variations
Color information
#A4AD98 (or 0xA4AD98) is known color: Green Spring. HEX triplet: A4, AD and 98. RGB value is (164,173,152). Sum of RGB (Red+Green+Blue) = 164+173+152=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD98 is #5B5267. Grayscale: #A7A7A7. Windows color (decimal): -5984872 or 10005924. OLE color: 10005924.
HSL color Cylindrical-coordinate representation of color #A4AD98: hue angle of 85.71º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4AD98 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 173 | 152 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.32 |
| HSL | 85.71º | 0.11% | 0.64% | - |
| HSV(B) | 85.71º | 0.12% | 0.68% | - |
| XYZ | 35.92 | 40.05 | 35.54 | - |
| YUV | 167.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 173 | 152 | 0.05 | 0 | 0.12 | 0.32 | 85.71 | 0.11 | 0.64 |
| Hex | A4 | AD | 98 | 5 | 0 | C | 20 | 56 | B | 40 |
| Octal | 244 | 255 | 230 | 5 | 0 | 14 | 40 | 126 | 13 | 100 |
| Binary | 10100100 | 10101101 | 10011000 | 101 | 0 | 1100 | 100000 | 1010110 | 1011 | 1000000 |
Color Harmonies of #A4AD98
Complementary color
Monochromatic Colors of #A4AD98
Black with #A4AD98
Text Example
Text Example
White with #A4AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AD98; }
p { color: rgb(164,173,152); }
H1.HeaderClassName
{
color: #A4AD98;
}
.AnyTagClassName
{
color: #A4AD98;
}
</style>
background-color css
<style>
a { background-color: #A4AD98; }
a { background-color: rgb(164,173,152); }
div.DivClassName
{
background-color: #A4AD98;
}
.BgClassName
{
background-color: #A4AD98;
}
</style>
border-color css
<style>
span { border-color: #A4AD98; }
span { border-color: rgb(164,173,152); }
td.TdClassName
{
border-color: #A4AD98;
}
.TagClassName
{
border-color: #A4AD98;
}
</style>