Shades of Green Spring #A5A99C
Tints of Green Spring #A5A99C
RGB
CMYK
RGB Variations
Color information
#A5A99C (or 0xA5A99C) is known color: Green Spring. HEX triplet: A5, A9 and 9C. RGB value is (165,169,156). Sum of RGB (Red+Green+Blue) = 165+169+156=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A99C is #5A5663. Grayscale: #A6A6A6. Windows color (decimal): -5920356 or 10267045. OLE color: 10267045.
HSL color Cylindrical-coordinate representation of color #A5A99C: hue angle of 78.46º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5A99C is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 169 | 156 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.34 |
| HSL | 78.46º | 0.07% | 0.64% | - |
| HSV(B) | 78.46º | 0.08% | 0.66% | - |
| XYZ | 35.71 | 38.78 | 37.06 | - |
| YUV | 166.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 169 | 156 | 0.02 | 0 | 0.08 | 0.34 | 78.46 | 0.07 | 0.64 |
| Hex | A5 | A9 | 9C | 2 | 0 | 8 | 22 | 4E | 7 | 40 |
| Octal | 245 | 251 | 234 | 2 | 0 | 10 | 42 | 116 | 7 | 100 |
| Binary | 10100101 | 10101001 | 10011100 | 10 | 0 | 1000 | 100010 | 1001110 | 111 | 1000000 |
Color Harmonies of #A5A99C
Complementary color
Monochromatic Colors of #A5A99C
Black with #A5A99C
Text Example
Text Example
White with #A5A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A99C; }
p { color: rgb(165,169,156); }
H1.HeaderClassName
{
color: #A5A99C;
}
.AnyTagClassName
{
color: #A5A99C;
}
</style>
background-color css
<style>
a { background-color: #A5A99C; }
a { background-color: rgb(165,169,156); }
div.DivClassName
{
background-color: #A5A99C;
}
.BgClassName
{
background-color: #A5A99C;
}
</style>
border-color css
<style>
span { border-color: #A5A99C; }
span { border-color: rgb(165,169,156); }
td.TdClassName
{
border-color: #A5A99C;
}
.TagClassName
{
border-color: #A5A99C;
}
</style>