Shades of Inch Worm #9AD60F
Tints of Inch Worm #9AD60F
RGB
CMYK
RGB Variations
Color information
#9AD60F (or 0x9AD60F) is known color: Inch Worm. HEX triplet: 9A, D6 and 0F. RGB value is (154,214,15). Sum of RGB (Red+Green+Blue) = 154+214+15=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD60F is #6529F0. Grayscale: #AEAEAE. Windows color (decimal): -6629873 or 1037978. OLE color: 1037978.
HSL color Cylindrical-coordinate representation of color #9AD60F: hue angle of 78.09º degrees, saturation: 0.87, 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 #9AD60F is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 15 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.16 |
| HSL | 78.09º | 0.87% | 0.45% | - |
| HSV(B) | 78.09º | 0.93% | 0.84% | - |
| XYZ | 37.46 | 55 | 9.09 | - |
| YUV | 173.37 | 38.62 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 15 | 0.28 | 0 | 0.93 | 0.16 | 78.09 | 0.87 | 0.45 |
| Hex | 9A | D6 | F | 1C | 0 | 5D | 10 | 4E | 57 | 2D |
| Octal | 232 | 326 | 17 | 34 | 0 | 135 | 20 | 116 | 127 | 55 |
| Binary | 10011010 | 11010110 | 1111 | 11100 | 0 | 1011101 | 10000 | 1001110 | 1010111 | 101101 |
Color Harmonies of #9AD60F
Complementary color
Monochromatic Colors of #9AD60F
Black with #9AD60F
Text Example
Text Example
White with #9AD60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD60F; }
p { color: rgb(154,214,15); }
H1.HeaderClassName
{
color: #9AD60F;
}
.AnyTagClassName
{
color: #9AD60F;
}
</style>
background-color css
<style>
a { background-color: #9AD60F; }
a { background-color: rgb(154,214,15); }
div.DivClassName
{
background-color: #9AD60F;
}
.BgClassName
{
background-color: #9AD60F;
}
</style>
border-color css
<style>
span { border-color: #9AD60F; }
span { border-color: rgb(154,214,15); }
td.TdClassName
{
border-color: #9AD60F;
}
.TagClassName
{
border-color: #9AD60F;
}
</style>