Shades of Inch Worm #9AD60E
Tints of Inch Worm #9AD60E
RGB
CMYK
RGB Variations
Color information
#9AD60E (or 0x9AD60E) is known color: Inch Worm. HEX triplet: 9A, D6 and 0E. RGB value is (154,214,14). Sum of RGB (Red+Green+Blue) = 154+214+14=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD60E is #6529F1. Grayscale: #ADADAD. Windows color (decimal): -6629874 or 972442. OLE color: 972442.
HSL color Cylindrical-coordinate representation of color #9AD60E: hue angle of 78º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AD60E is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 14 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.16 |
| HSL | 78º | 0.88% | 0.45% | - |
| HSV(B) | 78º | 0.93% | 0.84% | - |
| XYZ | 37.45 | 54.99 | 9.06 | - |
| YUV | 173.26 | 38.12 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 14 | 0.28 | 0 | 0.93 | 0.16 | 78 | 0.88 | 0.45 |
| Hex | 9A | D6 | E | 1C | 0 | 5D | 10 | 4E | 58 | 2D |
| Octal | 232 | 326 | 16 | 34 | 0 | 135 | 20 | 116 | 130 | 55 |
| Binary | 10011010 | 11010110 | 1110 | 11100 | 0 | 1011101 | 10000 | 1001110 | 1011000 | 101101 |
Color Harmonies of #9AD60E
Complementary color
Monochromatic Colors of #9AD60E
Black with #9AD60E
Text Example
Text Example
White with #9AD60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD60E; }
p { color: rgb(154,214,14); }
H1.HeaderClassName
{
color: #9AD60E;
}
.AnyTagClassName
{
color: #9AD60E;
}
</style>
background-color css
<style>
a { background-color: #9AD60E; }
a { background-color: rgb(154,214,14); }
div.DivClassName
{
background-color: #9AD60E;
}
.BgClassName
{
background-color: #9AD60E;
}
</style>
border-color css
<style>
span { border-color: #9AD60E; }
span { border-color: rgb(154,214,14); }
td.TdClassName
{
border-color: #9AD60E;
}
.TagClassName
{
border-color: #9AD60E;
}
</style>