Shades of Inch Worm #9AD50F
Tints of Inch Worm #9AD50F
RGB
CMYK
RGB Variations
Color information
#9AD50F (or 0x9AD50F) is known color: Inch Worm. HEX triplet: 9A, D5 and 0F. RGB value is (154,213,15). Sum of RGB (Red+Green+Blue) = 154+213+15=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 213 (83.59% from 255 or 55.76% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD50F is #652AF0. Grayscale: #ADADAD. Windows color (decimal): -6630129 or 1037722. OLE color: 1037722.
HSL color Cylindrical-coordinate representation of color #9AD50F: hue angle of 77.88º 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 #9AD50F is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 15 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.16 |
| HSL | 77.88º | 0.87% | 0.45% | - |
| HSV(B) | 77.88º | 0.93% | 0.84% | - |
| XYZ | 37.21 | 54.49 | 9.01 | - |
| YUV | 172.79 | 38.95 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 15 | 0.28 | 0 | 0.93 | 0.16 | 77.88 | 0.87 | 0.45 |
| Hex | 9A | D5 | F | 1C | 0 | 5D | 10 | 4E | 57 | 2D |
| Octal | 232 | 325 | 17 | 34 | 0 | 135 | 20 | 116 | 127 | 55 |
| Binary | 10011010 | 11010101 | 1111 | 11100 | 0 | 1011101 | 10000 | 1001110 | 1010111 | 101101 |
Color Harmonies of #9AD50F
Complementary color
Monochromatic Colors of #9AD50F
Black with #9AD50F
Text Example
Text Example
White with #9AD50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD50F; }
p { color: rgb(154,213,15); }
H1.HeaderClassName
{
color: #9AD50F;
}
.AnyTagClassName
{
color: #9AD50F;
}
</style>
background-color css
<style>
a { background-color: #9AD50F; }
a { background-color: rgb(154,213,15); }
div.DivClassName
{
background-color: #9AD50F;
}
.BgClassName
{
background-color: #9AD50F;
}
</style>
border-color css
<style>
span { border-color: #9AD50F; }
span { border-color: rgb(154,213,15); }
td.TdClassName
{
border-color: #9AD50F;
}
.TagClassName
{
border-color: #9AD50F;
}
</style>