Shades of Inch Worm #9AD310
Tints of Inch Worm #9AD310
RGB
CMYK
RGB Variations
Color information
#9AD310 (or 0x9AD310) is known color: Inch Worm. HEX triplet: 9A, D3 and 10. RGB value is (154,211,16). Sum of RGB (Red+Green+Blue) = 154+211+16=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 211 (82.81% from 255 or 55.38% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD310 is #652CEF. Grayscale: #ACACAC. Windows color (decimal): -6630640 or 1102746. OLE color: 1102746.
HSL color Cylindrical-coordinate representation of color #9AD310: hue angle of 77.54º degrees, saturation: 0.86, 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 #9AD310 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 16 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.17 |
| HSL | 77.54º | 0.86% | 0.45% | - |
| HSV(B) | 77.54º | 0.92% | 0.83% | - |
| XYZ | 36.71 | 53.5 | 8.88 | - |
| YUV | 171.73 | 40.12 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 16 | 0.27 | 0 | 0.92 | 0.17 | 77.54 | 0.86 | 0.45 |
| Hex | 9A | D3 | 10 | 1B | 0 | 5C | 11 | 4E | 56 | 2D |
| Octal | 232 | 323 | 20 | 33 | 0 | 134 | 21 | 116 | 126 | 55 |
| Binary | 10011010 | 11010011 | 10000 | 11011 | 0 | 1011100 | 10001 | 1001110 | 1010110 | 101101 |
Color Harmonies of #9AD310
Complementary color
Monochromatic Colors of #9AD310
Black with #9AD310
Text Example
Text Example
White with #9AD310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD310; }
p { color: rgb(154,211,16); }
H1.HeaderClassName
{
color: #9AD310;
}
.AnyTagClassName
{
color: #9AD310;
}
</style>
background-color css
<style>
a { background-color: #9AD310; }
a { background-color: rgb(154,211,16); }
div.DivClassName
{
background-color: #9AD310;
}
.BgClassName
{
background-color: #9AD310;
}
</style>
border-color css
<style>
span { border-color: #9AD310; }
span { border-color: rgb(154,211,16); }
td.TdClassName
{
border-color: #9AD310;
}
.TagClassName
{
border-color: #9AD310;
}
</style>