Shades of Green Spring #A8B18E
Tints of Green Spring #A8B18E
RGB
CMYK
RGB Variations
Color information
#A8B18E (or 0xA8B18E) is known color: Green Spring. HEX triplet: A8, B1 and 8E. RGB value is (168,177,142). Sum of RGB (Red+Green+Blue) = 168+177+142=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B18E is #574E71. Grayscale: #AAAAAA. Windows color (decimal): -5721714 or 9351592. OLE color: 9351592.
HSL color Cylindrical-coordinate representation of color #A8B18E: hue angle of 75.43º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8B18E is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 142 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.31 |
| HSL | 75.43º | 0.18% | 0.63% | - |
| HSV(B) | 75.43º | 0.2% | 0.69% | - |
| XYZ | 36.75 | 41.72 | 31.71 | - |
| YUV | 170.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 142 | 0.05 | 0 | 0.20 | 0.31 | 75.43 | 0.18 | 0.63 |
| Hex | A8 | B1 | 8E | 5 | 0 | 14 | 1F | 4B | 12 | 3F |
| Octal | 250 | 261 | 216 | 5 | 0 | 24 | 37 | 113 | 22 | 77 |
| Binary | 10101000 | 10110001 | 10001110 | 101 | 0 | 10100 | 11111 | 1001011 | 10010 | 111111 |
Color Harmonies of #A8B18E
Complementary color
Monochromatic Colors of #A8B18E
Black with #A8B18E
Text Example
Text Example
White with #A8B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B18E; }
p { color: rgb(168,177,142); }
H1.HeaderClassName
{
color: #A8B18E;
}
.AnyTagClassName
{
color: #A8B18E;
}
</style>
background-color css
<style>
a { background-color: #A8B18E; }
a { background-color: rgb(168,177,142); }
div.DivClassName
{
background-color: #A8B18E;
}
.BgClassName
{
background-color: #A8B18E;
}
</style>
border-color css
<style>
span { border-color: #A8B18E; }
span { border-color: rgb(168,177,142); }
td.TdClassName
{
border-color: #A8B18E;
}
.TagClassName
{
border-color: #A8B18E;
}
</style>