Shades of Inch Worm #9AD60B
Tints of Inch Worm #9AD60B
RGB
CMYK
RGB Variations
Color information
#9AD60B (or 0x9AD60B) is known color: Inch Worm. HEX triplet: 9A, D6 and 0B. RGB value is (154,214,11). Sum of RGB (Red+Green+Blue) = 154+214+11=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD60B is #6529F4. Grayscale: #ADADAD. Windows color (decimal): -6629877 or 775834. OLE color: 775834.
HSL color Cylindrical-coordinate representation of color #9AD60B: hue angle of 77.73º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AD60B is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 11 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.16 |
| HSL | 77.73º | 0.9% | 0.44% | - |
| HSV(B) | 77.73º | 0.95% | 0.84% | - |
| XYZ | 37.43 | 54.99 | 8.96 | - |
| YUV | 172.92 | 36.62 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 11 | 0.28 | 0 | 0.95 | 0.16 | 77.73 | 0.9 | 0.44 |
| Hex | 9A | D6 | B | 1C | 0 | 5F | 10 | 4E | 5A | 2C |
| Octal | 232 | 326 | 13 | 34 | 0 | 137 | 20 | 116 | 132 | 54 |
| Binary | 10011010 | 11010110 | 1011 | 11100 | 0 | 1011111 | 10000 | 1001110 | 1011010 | 101100 |
Color Harmonies of #9AD60B
Complementary color
Monochromatic Colors of #9AD60B
Black with #9AD60B
Text Example
Text Example
White with #9AD60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD60B; }
p { color: rgb(154,214,11); }
H1.HeaderClassName
{
color: #9AD60B;
}
.AnyTagClassName
{
color: #9AD60B;
}
</style>
background-color css
<style>
a { background-color: #9AD60B; }
a { background-color: rgb(154,214,11); }
div.DivClassName
{
background-color: #9AD60B;
}
.BgClassName
{
background-color: #9AD60B;
}
</style>
border-color css
<style>
span { border-color: #9AD60B; }
span { border-color: rgb(154,214,11); }
td.TdClassName
{
border-color: #9AD60B;
}
.TagClassName
{
border-color: #9AD60B;
}
</style>