Shades of Lemon Grass #9DA08A
Tints of Lemon Grass #9DA08A
RGB
CMYK
RGB Variations
Color information
#9DA08A (or 0x9DA08A) is known color: Lemon Grass. HEX triplet: 9D, A0 and 8A. RGB value is (157,160,138). Sum of RGB (Red+Green+Blue) = 157+160+138=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA08A is #625F75. Grayscale: #9C9C9C. Windows color (decimal): -6446966 or 9085085. OLE color: 9085085.
HSL color Cylindrical-coordinate representation of color #9DA08A: hue angle of 68.18º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DA08A is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 138 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.37 |
| HSL | 68.18º | 0.1% | 0.58% | - |
| HSV(B) | 68.18º | 0.14% | 0.63% | - |
| XYZ | 31.06 | 34.14 | 29 | - |
| YUV | 156.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 138 | 0.02 | 0 | 0.14 | 0.37 | 68.18 | 0.1 | 0.58 |
| Hex | 9D | A0 | 8A | 2 | 0 | E | 25 | 44 | A | 3A |
| Octal | 235 | 240 | 212 | 2 | 0 | 16 | 45 | 104 | 12 | 72 |
| Binary | 10011101 | 10100000 | 10001010 | 10 | 0 | 1110 | 100101 | 1000100 | 1010 | 111010 |
Color Harmonies of #9DA08A
Complementary color
Monochromatic Colors of #9DA08A
Black with #9DA08A
Text Example
Text Example
White with #9DA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA08A; }
p { color: rgb(157,160,138); }
H1.HeaderClassName
{
color: #9DA08A;
}
.AnyTagClassName
{
color: #9DA08A;
}
</style>
background-color css
<style>
a { background-color: #9DA08A; }
a { background-color: rgb(157,160,138); }
div.DivClassName
{
background-color: #9DA08A;
}
.BgClassName
{
background-color: #9DA08A;
}
</style>
border-color css
<style>
span { border-color: #9DA08A; }
span { border-color: rgb(157,160,138); }
td.TdClassName
{
border-color: #9DA08A;
}
.TagClassName
{
border-color: #9DA08A;
}
</style>