Shades of Green Spring #A8B08E
Tints of Green Spring #A8B08E
RGB
CMYK
RGB Variations
Color information
#A8B08E (or 0xA8B08E) is known color: Green Spring. HEX triplet: A8, B0 and 8E. RGB value is (168,176,142). Sum of RGB (Red+Green+Blue) = 168+176+142=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B08E is #574F71. Grayscale: #A9A9A9. Windows color (decimal): -5721970 or 9351336. OLE color: 9351336.
HSL color Cylindrical-coordinate representation of color #A8B08E: hue angle of 74.12º 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 #A8B08E is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 142 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.31 |
| HSL | 74.12º | 0.18% | 0.62% | - |
| HSV(B) | 74.12º | 0.19% | 0.69% | - |
| XYZ | 36.56 | 41.33 | 31.64 | - |
| YUV | 169.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 142 | 0.05 | 0 | 0.19 | 0.31 | 74.12 | 0.18 | 0.62 |
| Hex | A8 | B0 | 8E | 5 | 0 | 13 | 1F | 4A | 12 | 3E |
| Octal | 250 | 260 | 216 | 5 | 0 | 23 | 37 | 112 | 22 | 76 |
| Binary | 10101000 | 10110000 | 10001110 | 101 | 0 | 10011 | 11111 | 1001010 | 10010 | 111110 |
Color Harmonies of #A8B08E
Complementary color
Monochromatic Colors of #A8B08E
Black with #A8B08E
Text Example
Text Example
White with #A8B08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B08E; }
p { color: rgb(168,176,142); }
H1.HeaderClassName
{
color: #A8B08E;
}
.AnyTagClassName
{
color: #A8B08E;
}
</style>
background-color css
<style>
a { background-color: #A8B08E; }
a { background-color: rgb(168,176,142); }
div.DivClassName
{
background-color: #A8B08E;
}
.BgClassName
{
background-color: #A8B08E;
}
</style>
border-color css
<style>
span { border-color: #A8B08E; }
span { border-color: rgb(168,176,142); }
td.TdClassName
{
border-color: #A8B08E;
}
.TagClassName
{
border-color: #A8B08E;
}
</style>