Shades of Inch Worm #9AD316
Tints of Inch Worm #9AD316
RGB
CMYK
RGB Variations
Color information
#9AD316 (or 0x9AD316) is known color: Inch Worm. HEX triplet: 9A, D3 and 16. RGB value is (154,211,22). Sum of RGB (Red+Green+Blue) = 154+211+22=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 211 (82.81% from 255 or 54.52% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD316 is #652CE9. Grayscale: #ADADAD. Windows color (decimal): -6630634 or 1495962. OLE color: 1495962.
HSL color Cylindrical-coordinate representation of color #9AD316: hue angle of 78.1º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AD316 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 22 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.17 |
| HSL | 78.1º | 0.81% | 0.46% | - |
| HSV(B) | 78.1º | 0.9% | 0.83% | - |
| XYZ | 36.77 | 53.52 | 9.15 | - |
| YUV | 172.41 | 43.12 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 22 | 0.27 | 0 | 0.90 | 0.17 | 78.1 | 0.81 | 0.46 |
| Hex | 9A | D3 | 16 | 1B | 0 | 5A | 11 | 4E | 51 | 2E |
| Octal | 232 | 323 | 26 | 33 | 0 | 132 | 21 | 116 | 121 | 56 |
| Binary | 10011010 | 11010011 | 10110 | 11011 | 0 | 1011010 | 10001 | 1001110 | 1010001 | 101110 |
Color Harmonies of #9AD316
Complementary color
Monochromatic Colors of #9AD316
Black with #9AD316
Text Example
Text Example
White with #9AD316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD316; }
p { color: rgb(154,211,22); }
H1.HeaderClassName
{
color: #9AD316;
}
.AnyTagClassName
{
color: #9AD316;
}
</style>
background-color css
<style>
a { background-color: #9AD316; }
a { background-color: rgb(154,211,22); }
div.DivClassName
{
background-color: #9AD316;
}
.BgClassName
{
background-color: #9AD316;
}
</style>
border-color css
<style>
span { border-color: #9AD316; }
span { border-color: rgb(154,211,22); }
td.TdClassName
{
border-color: #9AD316;
}
.TagClassName
{
border-color: #9AD316;
}
</style>