Shades of Lemon Grass #9FA18A
Tints of Lemon Grass #9FA18A
RGB
CMYK
RGB Variations
Color information
#9FA18A (or 0x9FA18A) is known color: Lemon Grass. HEX triplet: 9F, A1 and 8A. RGB value is (159,161,138). Sum of RGB (Red+Green+Blue) = 159+161+138=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA18A is #605E75. Grayscale: #9D9D9D. Windows color (decimal): -6315638 or 9085343. OLE color: 9085343.
HSL color Cylindrical-coordinate representation of color #9FA18A: hue angle of 65.22º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FA18A is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 138 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.37 |
| HSL | 65.22º | 0.11% | 0.59% | - |
| HSV(B) | 65.22º | 0.14% | 0.63% | - |
| XYZ | 31.63 | 34.7 | 29.07 | - |
| YUV | 157.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 138 | 0.01 | 0 | 0.14 | 0.37 | 65.22 | 0.11 | 0.59 |
| Hex | 9F | A1 | 8A | 1 | 0 | E | 25 | 41 | B | 3B |
| Octal | 237 | 241 | 212 | 1 | 0 | 16 | 45 | 101 | 13 | 73 |
| Binary | 10011111 | 10100001 | 10001010 | 1 | 0 | 1110 | 100101 | 1000001 | 1011 | 111011 |
Color Harmonies of #9FA18A
Complementary color
Monochromatic Colors of #9FA18A
Black with #9FA18A
Text Example
Text Example
White with #9FA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA18A; }
p { color: rgb(159,161,138); }
H1.HeaderClassName
{
color: #9FA18A;
}
.AnyTagClassName
{
color: #9FA18A;
}
</style>
background-color css
<style>
a { background-color: #9FA18A; }
a { background-color: rgb(159,161,138); }
div.DivClassName
{
background-color: #9FA18A;
}
.BgClassName
{
background-color: #9FA18A;
}
</style>
border-color css
<style>
span { border-color: #9FA18A; }
span { border-color: rgb(159,161,138); }
td.TdClassName
{
border-color: #9FA18A;
}
.TagClassName
{
border-color: #9FA18A;
}
</style>