Shades of Green Spring #A9B68F
Tints of Green Spring #A9B68F
RGB
CMYK
RGB Variations
Color information
#A9B68F (or 0xA9B68F) is known color: Green Spring. HEX triplet: A9, B6 and 8F. RGB value is (169,182,143). Sum of RGB (Red+Green+Blue) = 169+182+143=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B68F is #564970. Grayscale: #ADADAD. Windows color (decimal): -5654897 or 9418409. OLE color: 9418409.
HSL color Cylindrical-coordinate representation of color #A9B68F: hue angle of 80º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9B68F is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 182 | 143 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.29 |
| HSL | 80º | 0.21% | 0.64% | - |
| HSV(B) | 80º | 0.21% | 0.71% | - |
| XYZ | 38.05 | 43.87 | 32.45 | - |
| YUV | 173.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 182 | 143 | 0.07 | 0 | 0.21 | 0.29 | 80 | 0.21 | 0.64 |
| Hex | A9 | B6 | 8F | 7 | 0 | 15 | 1D | 50 | 15 | 40 |
| Octal | 251 | 266 | 217 | 7 | 0 | 25 | 35 | 120 | 25 | 100 |
| Binary | 10101001 | 10110110 | 10001111 | 111 | 0 | 10101 | 11101 | 1010000 | 10101 | 1000000 |
Color Harmonies of #A9B68F
Complementary color
Monochromatic Colors of #A9B68F
Black with #A9B68F
Text Example
Text Example
White with #A9B68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B68F; }
p { color: rgb(169,182,143); }
H1.HeaderClassName
{
color: #A9B68F;
}
.AnyTagClassName
{
color: #A9B68F;
}
</style>
background-color css
<style>
a { background-color: #A9B68F; }
a { background-color: rgb(169,182,143); }
div.DivClassName
{
background-color: #A9B68F;
}
.BgClassName
{
background-color: #A9B68F;
}
</style>
border-color css
<style>
span { border-color: #A9B68F; }
span { border-color: rgb(169,182,143); }
td.TdClassName
{
border-color: #A9B68F;
}
.TagClassName
{
border-color: #A9B68F;
}
</style>