Shades of Green Spring #A5B08E
Tints of Green Spring #A5B08E
RGB
CMYK
RGB Variations
Color information
#A5B08E (or 0xA5B08E) is known color: Green Spring. HEX triplet: A5, B0 and 8E. RGB value is (165,176,142). Sum of RGB (Red+Green+Blue) = 165+176+142=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B08E is #5A4F71. Grayscale: #A8A8A8. Windows color (decimal): -5918578 or 9351333. OLE color: 9351333.
HSL color Cylindrical-coordinate representation of color #A5B08E: hue angle of 79.41º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5B08E is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 142 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.31 |
| HSL | 79.41º | 0.18% | 0.62% | - |
| HSV(B) | 79.41º | 0.19% | 0.69% | - |
| XYZ | 35.92 | 41 | 31.61 | - |
| YUV | 168.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 142 | 0.06 | 0 | 0.19 | 0.31 | 79.41 | 0.18 | 0.62 |
| Hex | A5 | B0 | 8E | 6 | 0 | 13 | 1F | 4F | 12 | 3E |
| Octal | 245 | 260 | 216 | 6 | 0 | 23 | 37 | 117 | 22 | 76 |
| Binary | 10100101 | 10110000 | 10001110 | 110 | 0 | 10011 | 11111 | 1001111 | 10010 | 111110 |
Color Harmonies of #A5B08E
Complementary color
Monochromatic Colors of #A5B08E
Black with #A5B08E
Text Example
Text Example
White with #A5B08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B08E; }
p { color: rgb(165,176,142); }
H1.HeaderClassName
{
color: #A5B08E;
}
.AnyTagClassName
{
color: #A5B08E;
}
</style>
background-color css
<style>
a { background-color: #A5B08E; }
a { background-color: rgb(165,176,142); }
div.DivClassName
{
background-color: #A5B08E;
}
.BgClassName
{
background-color: #A5B08E;
}
</style>
border-color css
<style>
span { border-color: #A5B08E; }
span { border-color: rgb(165,176,142); }
td.TdClassName
{
border-color: #A5B08E;
}
.TagClassName
{
border-color: #A5B08E;
}
</style>