Shades of Inch Worm #9DD306
Tints of Inch Worm #9DD306
RGB
CMYK
RGB Variations
Color information
#9DD306 (or 0x9DD306) is known color: Inch Worm. HEX triplet: 9D, D3 and 06. RGB value is (157,211,6). Sum of RGB (Red+Green+Blue) = 157+211+6=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 211 (82.81% from 255 or 56.42% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD306 is #622CF9. Grayscale: #ACACAC. Windows color (decimal): -6434042 or 447389. OLE color: 447389.
HSL color Cylindrical-coordinate representation of color #9DD306: hue angle of 75.8º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DD306 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 211 | 6 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.17 |
| HSL | 75.8º | 0.94% | 0.43% | - |
| HSV(B) | 75.8º | 0.97% | 0.83% | - |
| XYZ | 37.23 | 53.77 | 8.59 | - |
| YUV | 171.48 | 34.61 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 6 | 0.26 | 0 | 0.97 | 0.17 | 75.8 | 0.94 | 0.43 |
| Hex | 9D | D3 | 6 | 1A | 0 | 61 | 11 | 4C | 5E | 2B |
| Octal | 235 | 323 | 6 | 32 | 0 | 141 | 21 | 114 | 136 | 53 |
| Binary | 10011101 | 11010011 | 110 | 11010 | 0 | 1100001 | 10001 | 1001100 | 1011110 | 101011 |
Color Harmonies of #9DD306
Complementary color
Monochromatic Colors of #9DD306
Black with #9DD306
Text Example
Text Example
White with #9DD306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD306; }
p { color: rgb(157,211,6); }
H1.HeaderClassName
{
color: #9DD306;
}
.AnyTagClassName
{
color: #9DD306;
}
</style>
background-color css
<style>
a { background-color: #9DD306; }
a { background-color: rgb(157,211,6); }
div.DivClassName
{
background-color: #9DD306;
}
.BgClassName
{
background-color: #9DD306;
}
</style>
border-color css
<style>
span { border-color: #9DD306; }
span { border-color: rgb(157,211,6); }
td.TdClassName
{
border-color: #9DD306;
}
.TagClassName
{
border-color: #9DD306;
}
</style>