Shades of Inch Worm #9AD515
Tints of Inch Worm #9AD515
RGB
CMYK
RGB Variations
Color information
#9AD515 (or 0x9AD515) is known color: Inch Worm. HEX triplet: 9A, D5 and 15. RGB value is (154,213,21). Sum of RGB (Red+Green+Blue) = 154+213+21=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD515 is #652AEA. Grayscale: #AEAEAE. Windows color (decimal): -6630123 or 1430938. OLE color: 1430938.
HSL color Cylindrical-coordinate representation of color #9AD515: hue angle of 78.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AD515 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 21 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.16 |
| HSL | 78.44º | 0.82% | 0.46% | - |
| HSV(B) | 78.44º | 0.9% | 0.84% | - |
| XYZ | 37.26 | 54.51 | 9.27 | - |
| YUV | 173.47 | 41.95 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 21 | 0.28 | 0 | 0.90 | 0.16 | 78.44 | 0.82 | 0.46 |
| Hex | 9A | D5 | 15 | 1C | 0 | 5A | 10 | 4E | 52 | 2E |
| Octal | 232 | 325 | 25 | 34 | 0 | 132 | 20 | 116 | 122 | 56 |
| Binary | 10011010 | 11010101 | 10101 | 11100 | 0 | 1011010 | 10000 | 1001110 | 1010010 | 101110 |
Color Harmonies of #9AD515
Complementary color
Monochromatic Colors of #9AD515
Black with #9AD515
Text Example
Text Example
White with #9AD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD515; }
p { color: rgb(154,213,21); }
H1.HeaderClassName
{
color: #9AD515;
}
.AnyTagClassName
{
color: #9AD515;
}
</style>
background-color css
<style>
a { background-color: #9AD515; }
a { background-color: rgb(154,213,21); }
div.DivClassName
{
background-color: #9AD515;
}
.BgClassName
{
background-color: #9AD515;
}
</style>
border-color css
<style>
span { border-color: #9AD515; }
span { border-color: rgb(154,213,21); }
td.TdClassName
{
border-color: #9AD515;
}
.TagClassName
{
border-color: #9AD515;
}
</style>