Shades of Green Spring #A3AC90
Tints of Green Spring #A3AC90
RGB
CMYK
RGB Variations
Color information
#A3AC90 (or 0xA3AC90) is known color: Green Spring. HEX triplet: A3, AC and 90. RGB value is (163,172,144). Sum of RGB (Red+Green+Blue) = 163+172+144=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AC90 is #5C536F. Grayscale: #A6A6A6. Windows color (decimal): -6050672 or 9481379. OLE color: 9481379.
HSL color Cylindrical-coordinate representation of color #A3AC90: hue angle of 79.29º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3AC90 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 144 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.33 |
| HSL | 79.29º | 0.14% | 0.62% | - |
| HSV(B) | 79.29º | 0.16% | 0.67% | - |
| XYZ | 34.89 | 39.31 | 32.13 | - |
| YUV | 166.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 144 | 0.05 | 0 | 0.16 | 0.33 | 79.29 | 0.14 | 0.62 |
| Hex | A3 | AC | 90 | 5 | 0 | 10 | 21 | 4F | E | 3E |
| Octal | 243 | 254 | 220 | 5 | 0 | 20 | 41 | 117 | 16 | 76 |
| Binary | 10100011 | 10101100 | 10010000 | 101 | 0 | 10000 | 100001 | 1001111 | 1110 | 111110 |
Color Harmonies of #A3AC90
Complementary color
Monochromatic Colors of #A3AC90
Black with #A3AC90
Text Example
Text Example
White with #A3AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC90; }
p { color: rgb(163,172,144); }
H1.HeaderClassName
{
color: #A3AC90;
}
.AnyTagClassName
{
color: #A3AC90;
}
</style>
background-color css
<style>
a { background-color: #A3AC90; }
a { background-color: rgb(163,172,144); }
div.DivClassName
{
background-color: #A3AC90;
}
.BgClassName
{
background-color: #A3AC90;
}
</style>
border-color css
<style>
span { border-color: #A3AC90; }
span { border-color: rgb(163,172,144); }
td.TdClassName
{
border-color: #A3AC90;
}
.TagClassName
{
border-color: #A3AC90;
}
</style>