Shades of Locust #9DA17F
Tints of Locust #9DA17F
RGB
CMYK
RGB Variations
Color information
#9DA17F (or 0x9DA17F) is known color: Locust. HEX triplet: 9D, A1 and 7F. RGB value is (157,161,127). Sum of RGB (Red+Green+Blue) = 157+161+127=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA17F is #625E80. Grayscale: #9C9C9C. Windows color (decimal): -6446721 or 8364445. OLE color: 8364445.
HSL color Cylindrical-coordinate representation of color #9DA17F: hue angle of 67.06º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DA17F is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 127 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.37 |
| HSL | 67.06º | 0.15% | 0.56% | - |
| HSV(B) | 67.06º | 0.21% | 0.63% | - |
| XYZ | 30.48 | 34.19 | 25.07 | - |
| YUV | 155.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 127 | 0.02 | 0 | 0.21 | 0.37 | 67.06 | 0.15 | 0.56 |
| Hex | 9D | A1 | 7F | 2 | 0 | 15 | 25 | 43 | F | 38 |
| Octal | 235 | 241 | 177 | 2 | 0 | 25 | 45 | 103 | 17 | 70 |
| Binary | 10011101 | 10100001 | 1111111 | 10 | 0 | 10101 | 100101 | 1000011 | 1111 | 111000 |
Color Harmonies of #9DA17F
Complementary color
Monochromatic Colors of #9DA17F
Black with #9DA17F
Text Example
Text Example
White with #9DA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA17F; }
p { color: rgb(157,161,127); }
H1.HeaderClassName
{
color: #9DA17F;
}
.AnyTagClassName
{
color: #9DA17F;
}
</style>
background-color css
<style>
a { background-color: #9DA17F; }
a { background-color: rgb(157,161,127); }
div.DivClassName
{
background-color: #9DA17F;
}
.BgClassName
{
background-color: #9DA17F;
}
</style>
border-color css
<style>
span { border-color: #9DA17F; }
span { border-color: rgb(157,161,127); }
td.TdClassName
{
border-color: #9DA17F;
}
.TagClassName
{
border-color: #9DA17F;
}
</style>