Shades of Inch Worm #9BDA02
Tints of Inch Worm #9BDA02
RGB
CMYK
RGB Variations
Color information
#9BDA02 (or 0x9BDA02) is known color: Inch Worm. HEX triplet: 9B, DA and 02. RGB value is (155,218,2). Sum of RGB (Red+Green+Blue) = 155+218+2=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDA02 is #6425FD. Grayscale: #AFAFAF. Windows color (decimal): -6563326 or 187035. OLE color: 187035.
HSL color Cylindrical-coordinate representation of color #9BDA02: hue angle of 77.5º degrees, saturation: 0.98, 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 #9BDA02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.15 |
| HSL | 77.5º | 0.98% | 0.43% | - |
| HSV(B) | 77.5º | 0.99% | 0.85% | - |
| XYZ | 38.6 | 57.12 | 9.05 | - |
| YUV | 174.54 | 30.63 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 2 | 0.29 | 0 | 0.99 | 0.15 | 77.5 | 0.98 | 0.43 |
| Hex | 9B | DA | 2 | 1D | 0 | 63 | F | 4E | 62 | 2B |
| Octal | 233 | 332 | 2 | 35 | 0 | 143 | 17 | 116 | 142 | 53 |
| Binary | 10011011 | 11011010 | 10 | 11101 | 0 | 1100011 | 1111 | 1001110 | 1100010 | 101011 |
Color Harmonies of #9BDA02
Complementary color
Monochromatic Colors of #9BDA02
Black with #9BDA02
Text Example
Text Example
White with #9BDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA02; }
p { color: rgb(155,218,2); }
H1.HeaderClassName
{
color: #9BDA02;
}
.AnyTagClassName
{
color: #9BDA02;
}
</style>
background-color css
<style>
a { background-color: #9BDA02; }
a { background-color: rgb(155,218,2); }
div.DivClassName
{
background-color: #9BDA02;
}
.BgClassName
{
background-color: #9BDA02;
}
</style>
border-color css
<style>
span { border-color: #9BDA02; }
span { border-color: rgb(155,218,2); }
td.TdClassName
{
border-color: #9BDA02;
}
.TagClassName
{
border-color: #9BDA02;
}
</style>