Shades of Inch Worm #9FDA03
Tints of Inch Worm #9FDA03
RGB
CMYK
RGB Variations
Color information
#9FDA03 (or 0x9FDA03) is known color: Inch Worm. HEX triplet: 9F, DA and 03. RGB value is (159,218,3). Sum of RGB (Red+Green+Blue) = 159+218+3=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 3 (1.56% from 255 or 0.79% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDA03 is #6025FC. Grayscale: #B0B0B0. Windows color (decimal): -6301181 or 252575. OLE color: 252575.
HSL color Cylindrical-coordinate representation of color #9FDA03: hue angle of 76.47º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FDA03 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 3 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.15 |
| HSL | 76.47º | 0.97% | 0.43% | - |
| HSV(B) | 76.47º | 0.99% | 0.85% | - |
| XYZ | 39.39 | 57.52 | 9.11 | - |
| YUV | 175.85 | 30.45 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 3 | 0.27 | 0 | 0.99 | 0.15 | 76.47 | 0.97 | 0.43 |
| Hex | 9F | DA | 3 | 1B | 0 | 63 | F | 4C | 61 | 2B |
| Octal | 237 | 332 | 3 | 33 | 0 | 143 | 17 | 114 | 141 | 53 |
| Binary | 10011111 | 11011010 | 11 | 11011 | 0 | 1100011 | 1111 | 1001100 | 1100001 | 101011 |
Color Harmonies of #9FDA03
Complementary color
Monochromatic Colors of #9FDA03
Black with #9FDA03
Text Example
Text Example
White with #9FDA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA03; }
p { color: rgb(159,218,3); }
H1.HeaderClassName
{
color: #9FDA03;
}
.AnyTagClassName
{
color: #9FDA03;
}
</style>
background-color css
<style>
a { background-color: #9FDA03; }
a { background-color: rgb(159,218,3); }
div.DivClassName
{
background-color: #9FDA03;
}
.BgClassName
{
background-color: #9FDA03;
}
</style>
border-color css
<style>
span { border-color: #9FDA03; }
span { border-color: rgb(159,218,3); }
td.TdClassName
{
border-color: #9FDA03;
}
.TagClassName
{
border-color: #9FDA03;
}
</style>