Shades of Inch Worm #9FD308
Tints of Inch Worm #9FD308
RGB
CMYK
RGB Variations
Color information
#9FD308 (or 0x9FD308) is known color: Inch Worm. HEX triplet: 9F, D3 and 08. RGB value is (159,211,8). Sum of RGB (Red+Green+Blue) = 159+211+8=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD308 is #602CF7. Grayscale: #ADADAD. Windows color (decimal): -6302968 or 578463. OLE color: 578463.
HSL color Cylindrical-coordinate representation of color #9FD308: hue angle of 75.37º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9FD308 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.17 |
| HSL | 75.37º | 0.93% | 0.43% | - |
| HSV(B) | 75.37º | 0.96% | 0.83% | - |
| XYZ | 37.64 | 53.98 | 8.66 | - |
| YUV | 172.31 | 35.27 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 8 | 0.25 | 0 | 0.96 | 0.17 | 75.37 | 0.93 | 0.43 |
| Hex | 9F | D3 | 8 | 19 | 0 | 60 | 11 | 4B | 5D | 2B |
| Octal | 237 | 323 | 10 | 31 | 0 | 140 | 21 | 113 | 135 | 53 |
| Binary | 10011111 | 11010011 | 1000 | 11001 | 0 | 1100000 | 10001 | 1001011 | 1011101 | 101011 |
Color Harmonies of #9FD308
Complementary color
Monochromatic Colors of #9FD308
Black with #9FD308
Text Example
Text Example
White with #9FD308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD308; }
p { color: rgb(159,211,8); }
H1.HeaderClassName
{
color: #9FD308;
}
.AnyTagClassName
{
color: #9FD308;
}
</style>
background-color css
<style>
a { background-color: #9FD308; }
a { background-color: rgb(159,211,8); }
div.DivClassName
{
background-color: #9FD308;
}
.BgClassName
{
background-color: #9FD308;
}
</style>
border-color css
<style>
span { border-color: #9FD308; }
span { border-color: rgb(159,211,8); }
td.TdClassName
{
border-color: #9FD308;
}
.TagClassName
{
border-color: #9FD308;
}
</style>