Shades of Inch Worm #9BDA03
Tints of Inch Worm #9BDA03
RGB
CMYK
RGB Variations
Color information
#9BDA03 (or 0x9BDA03) is known color: Inch Worm. HEX triplet: 9B, DA and 03. RGB value is (155,218,3). Sum of RGB (Red+Green+Blue) = 155+218+3=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 218 (85.55% from 255 or 57.98% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDA03 is #6425FC. Grayscale: #AFAFAF. Windows color (decimal): -6563325 or 252571. OLE color: 252571.
HSL color Cylindrical-coordinate representation of color #9BDA03: hue angle of 77.58º 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 #9BDA03 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.15 |
| HSL | 77.58º | 0.97% | 0.43% | - |
| HSV(B) | 77.58º | 0.99% | 0.85% | - |
| XYZ | 38.61 | 57.12 | 9.08 | - |
| YUV | 174.65 | 31.13 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 3 | 0.29 | 0 | 0.99 | 0.15 | 77.58 | 0.97 | 0.43 |
| Hex | 9B | DA | 3 | 1D | 0 | 63 | F | 4E | 61 | 2B |
| Octal | 233 | 332 | 3 | 35 | 0 | 143 | 17 | 116 | 141 | 53 |
| Binary | 10011011 | 11011010 | 11 | 11101 | 0 | 1100011 | 1111 | 1001110 | 1100001 | 101011 |
Color Harmonies of #9BDA03
Complementary color
Monochromatic Colors of #9BDA03
Black with #9BDA03
Text Example
Text Example
White with #9BDA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA03; }
p { color: rgb(155,218,3); }
H1.HeaderClassName
{
color: #9BDA03;
}
.AnyTagClassName
{
color: #9BDA03;
}
</style>
background-color css
<style>
a { background-color: #9BDA03; }
a { background-color: rgb(155,218,3); }
div.DivClassName
{
background-color: #9BDA03;
}
.BgClassName
{
background-color: #9BDA03;
}
</style>
border-color css
<style>
span { border-color: #9BDA03; }
span { border-color: rgb(155,218,3); }
td.TdClassName
{
border-color: #9BDA03;
}
.TagClassName
{
border-color: #9BDA03;
}
</style>