Shades of Locust #9EA17A
Tints of Locust #9EA17A
RGB
CMYK
RGB Variations
Color information
#9EA17A (or 0x9EA17A) is known color: Locust. HEX triplet: 9E, A1 and 7A. RGB value is (158,161,122). Sum of RGB (Red+Green+Blue) = 158+161+122=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA17A is #615E85. Grayscale: #9B9B9B. Windows color (decimal): -6381190 or 8036766. OLE color: 8036766.
HSL color Cylindrical-coordinate representation of color #9EA17A: hue angle of 64.62º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EA17A is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 161 | 122 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.37 |
| HSL | 64.62º | 0.17% | 0.55% | - |
| HSV(B) | 64.62º | 0.24% | 0.63% | - |
| XYZ | 30.36 | 34.16 | 23.41 | - |
| YUV | 155.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 161 | 122 | 0.02 | 0 | 0.24 | 0.37 | 64.62 | 0.17 | 0.55 |
| Hex | 9E | A1 | 7A | 2 | 0 | 18 | 25 | 41 | 11 | 37 |
| Octal | 236 | 241 | 172 | 2 | 0 | 30 | 45 | 101 | 21 | 67 |
| Binary | 10011110 | 10100001 | 1111010 | 10 | 0 | 11000 | 100101 | 1000001 | 10001 | 110111 |
Color Harmonies of #9EA17A
Complementary color
Monochromatic Colors of #9EA17A
Black with #9EA17A
Text Example
Text Example
White with #9EA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA17A; }
p { color: rgb(158,161,122); }
H1.HeaderClassName
{
color: #9EA17A;
}
.AnyTagClassName
{
color: #9EA17A;
}
</style>
background-color css
<style>
a { background-color: #9EA17A; }
a { background-color: rgb(158,161,122); }
div.DivClassName
{
background-color: #9EA17A;
}
.BgClassName
{
background-color: #9EA17A;
}
</style>
border-color css
<style>
span { border-color: #9EA17A; }
span { border-color: rgb(158,161,122); }
td.TdClassName
{
border-color: #9EA17A;
}
.TagClassName
{
border-color: #9EA17A;
}
</style>