Shades of Green Spring #A5AA94
Tints of Green Spring #A5AA94
RGB
CMYK
RGB Variations
Color information
#A5AA94 (or 0xA5AA94) is known color: Green Spring. HEX triplet: A5, AA and 94. RGB value is (165,170,148). Sum of RGB (Red+Green+Blue) = 165+170+148=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA94 is #5A556B. Grayscale: #A6A6A6. Windows color (decimal): -5920108 or 9743013. OLE color: 9743013.
HSL color Cylindrical-coordinate representation of color #A5AA94: hue angle of 73.64º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5AA94 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 148 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.33 |
| HSL | 73.64º | 0.11% | 0.62% | - |
| HSV(B) | 73.64º | 0.13% | 0.67% | - |
| XYZ | 35.24 | 38.89 | 33.67 | - |
| YUV | 166 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 148 | 0.03 | 0 | 0.13 | 0.33 | 73.64 | 0.11 | 0.62 |
| Hex | A5 | AA | 94 | 3 | 0 | D | 21 | 4A | B | 3E |
| Octal | 245 | 252 | 224 | 3 | 0 | 15 | 41 | 112 | 13 | 76 |
| Binary | 10100101 | 10101010 | 10010100 | 11 | 0 | 1101 | 100001 | 1001010 | 1011 | 111110 |
Color Harmonies of #A5AA94
Complementary color
Monochromatic Colors of #A5AA94
Black with #A5AA94
Text Example
Text Example
White with #A5AA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA94; }
p { color: rgb(165,170,148); }
H1.HeaderClassName
{
color: #A5AA94;
}
.AnyTagClassName
{
color: #A5AA94;
}
</style>
background-color css
<style>
a { background-color: #A5AA94; }
a { background-color: rgb(165,170,148); }
div.DivClassName
{
background-color: #A5AA94;
}
.BgClassName
{
background-color: #A5AA94;
}
</style>
border-color css
<style>
span { border-color: #A5AA94; }
span { border-color: rgb(165,170,148); }
td.TdClassName
{
border-color: #A5AA94;
}
.TagClassName
{
border-color: #A5AA94;
}
</style>