Shades of Inch Worm #99DA16
Tints of Inch Worm #99DA16
RGB
CMYK
RGB Variations
Color information
#99DA16 (or 0x99DA16) is known color: Inch Worm. HEX triplet: 99, DA and 16. RGB value is (153,218,22). Sum of RGB (Red+Green+Blue) = 153+218+22=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 218 (85.55% from 255 or 55.47% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DA16 is #6625E9. Grayscale: #B0B0B0. Windows color (decimal): -6694378 or 1497753. OLE color: 1497753.
HSL color Cylindrical-coordinate representation of color #99DA16: hue angle of 79.9º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99DA16 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 22 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.15 |
| HSL | 79.9º | 0.82% | 0.47% | - |
| HSV(B) | 79.9º | 0.9% | 0.85% | - |
| XYZ | 38.35 | 56.97 | 9.73 | - |
| YUV | 176.22 | 40.97 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 22 | 0.30 | 0 | 0.90 | 0.15 | 79.9 | 0.82 | 0.47 |
| Hex | 99 | DA | 16 | 1E | 0 | 5A | F | 50 | 52 | 2F |
| Octal | 231 | 332 | 26 | 36 | 0 | 132 | 17 | 120 | 122 | 57 |
| Binary | 10011001 | 11011010 | 10110 | 11110 | 0 | 1011010 | 1111 | 1010000 | 1010010 | 101111 |
Color Harmonies of #99DA16
Complementary color
Monochromatic Colors of #99DA16
Black with #99DA16
Text Example
Text Example
White with #99DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DA16; }
p { color: rgb(153,218,22); }
H1.HeaderClassName
{
color: #99DA16;
}
.AnyTagClassName
{
color: #99DA16;
}
</style>
background-color css
<style>
a { background-color: #99DA16; }
a { background-color: rgb(153,218,22); }
div.DivClassName
{
background-color: #99DA16;
}
.BgClassName
{
background-color: #99DA16;
}
</style>
border-color css
<style>
span { border-color: #99DA16; }
span { border-color: rgb(153,218,22); }
td.TdClassName
{
border-color: #99DA16;
}
.TagClassName
{
border-color: #99DA16;
}
</style>