Shades of Green Spring #A8B390
Tints of Green Spring #A8B390
RGB
CMYK
RGB Variations
Color information
#A8B390 (or 0xA8B390) is known color: Green Spring. HEX triplet: A8, B3 and 90. RGB value is (168,179,144). Sum of RGB (Red+Green+Blue) = 168+179+144=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B390 is #574C6F. Grayscale: #ABABAB. Windows color (decimal): -5721200 or 9483176. OLE color: 9483176.
HSL color Cylindrical-coordinate representation of color #A8B390: hue angle of 78.86º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8B390 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 144 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.30 |
| HSL | 78.86º | 0.19% | 0.63% | - |
| HSV(B) | 78.86º | 0.2% | 0.7% | - |
| XYZ | 37.3 | 42.58 | 32.64 | - |
| YUV | 171.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 144 | 0.06 | 0 | 0.20 | 0.30 | 78.86 | 0.19 | 0.63 |
| Hex | A8 | B3 | 90 | 6 | 0 | 14 | 1E | 4F | 13 | 3F |
| Octal | 250 | 263 | 220 | 6 | 0 | 24 | 36 | 117 | 23 | 77 |
| Binary | 10101000 | 10110011 | 10010000 | 110 | 0 | 10100 | 11110 | 1001111 | 10011 | 111111 |
Color Harmonies of #A8B390
Complementary color
Monochromatic Colors of #A8B390
Black with #A8B390
Text Example
Text Example
White with #A8B390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B390; }
p { color: rgb(168,179,144); }
H1.HeaderClassName
{
color: #A8B390;
}
.AnyTagClassName
{
color: #A8B390;
}
</style>
background-color css
<style>
a { background-color: #A8B390; }
a { background-color: rgb(168,179,144); }
div.DivClassName
{
background-color: #A8B390;
}
.BgClassName
{
background-color: #A8B390;
}
</style>
border-color css
<style>
span { border-color: #A8B390; }
span { border-color: rgb(168,179,144); }
td.TdClassName
{
border-color: #A8B390;
}
.TagClassName
{
border-color: #A8B390;
}
</style>