Shades of Inch Worm #9AD311
Tints of Inch Worm #9AD311
RGB
CMYK
RGB Variations
Color information
#9AD311 (or 0x9AD311) is known color: Inch Worm. HEX triplet: 9A, D3 and 11. RGB value is (154,211,17). Sum of RGB (Red+Green+Blue) = 154+211+17=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 211 (82.81% from 255 or 55.24% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD311 is #652CEE. Grayscale: #ACACAC. Windows color (decimal): -6630639 or 1168282. OLE color: 1168282.
HSL color Cylindrical-coordinate representation of color #9AD311: hue angle of 77.63º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AD311 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 17 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.17 |
| HSL | 77.63º | 0.85% | 0.45% | - |
| HSV(B) | 77.63º | 0.92% | 0.83% | - |
| XYZ | 36.72 | 53.5 | 8.92 | - |
| YUV | 171.84 | 40.62 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 17 | 0.27 | 0 | 0.92 | 0.17 | 77.63 | 0.85 | 0.45 |
| Hex | 9A | D3 | 11 | 1B | 0 | 5C | 11 | 4E | 55 | 2D |
| Octal | 232 | 323 | 21 | 33 | 0 | 134 | 21 | 116 | 125 | 55 |
| Binary | 10011010 | 11010011 | 10001 | 11011 | 0 | 1011100 | 10001 | 1001110 | 1010101 | 101101 |
Color Harmonies of #9AD311
Complementary color
Monochromatic Colors of #9AD311
Black with #9AD311
Text Example
Text Example
White with #9AD311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD311; }
p { color: rgb(154,211,17); }
H1.HeaderClassName
{
color: #9AD311;
}
.AnyTagClassName
{
color: #9AD311;
}
</style>
background-color css
<style>
a { background-color: #9AD311; }
a { background-color: rgb(154,211,17); }
div.DivClassName
{
background-color: #9AD311;
}
.BgClassName
{
background-color: #9AD311;
}
</style>
border-color css
<style>
span { border-color: #9AD311; }
span { border-color: rgb(154,211,17); }
td.TdClassName
{
border-color: #9AD311;
}
.TagClassName
{
border-color: #9AD311;
}
</style>