Shades of Green Spring #A5B08F
Tints of Green Spring #A5B08F
RGB
CMYK
RGB Variations
Color information
#A5B08F (or 0xA5B08F) is known color: Green Spring. HEX triplet: A5, B0 and 8F. RGB value is (165,176,143). Sum of RGB (Red+Green+Blue) = 165+176+143=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B08F is #5A4F70. Grayscale: #A9A9A9. Windows color (decimal): -5918577 or 9416869. OLE color: 9416869.
HSL color Cylindrical-coordinate representation of color #A5B08F: hue angle of 80º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5B08F is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 143 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.31 |
| HSL | 80º | 0.17% | 0.63% | - |
| HSV(B) | 80º | 0.19% | 0.69% | - |
| XYZ | 36 | 41.03 | 32.01 | - |
| YUV | 168.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 143 | 0.06 | 0 | 0.19 | 0.31 | 80 | 0.17 | 0.63 |
| Hex | A5 | B0 | 8F | 6 | 0 | 13 | 1F | 50 | 11 | 3F |
| Octal | 245 | 260 | 217 | 6 | 0 | 23 | 37 | 120 | 21 | 77 |
| Binary | 10100101 | 10110000 | 10001111 | 110 | 0 | 10011 | 11111 | 1010000 | 10001 | 111111 |
Color Harmonies of #A5B08F
Complementary color
Monochromatic Colors of #A5B08F
Black with #A5B08F
Text Example
Text Example
White with #A5B08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B08F; }
p { color: rgb(165,176,143); }
H1.HeaderClassName
{
color: #A5B08F;
}
.AnyTagClassName
{
color: #A5B08F;
}
</style>
background-color css
<style>
a { background-color: #A5B08F; }
a { background-color: rgb(165,176,143); }
div.DivClassName
{
background-color: #A5B08F;
}
.BgClassName
{
background-color: #A5B08F;
}
</style>
border-color css
<style>
span { border-color: #A5B08F; }
span { border-color: rgb(165,176,143); }
td.TdClassName
{
border-color: #A5B08F;
}
.TagClassName
{
border-color: #A5B08F;
}
</style>