Shades of Inch Worm #99D60C
Tints of Inch Worm #99D60C
RGB
CMYK
RGB Variations
Color information
#99D60C (or 0x99D60C) is known color: Inch Worm. HEX triplet: 99, D6 and 0C. RGB value is (153,214,12). Sum of RGB (Red+Green+Blue) = 153+214+12=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #99D60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D60C is #6629F3. Grayscale: #ADADAD. Windows color (decimal): -6695412 or 841369. OLE color: 841369.
HSL color Cylindrical-coordinate representation of color #99D60C: hue angle of 78.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99D60C is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 12 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.16 |
| HSL | 78.12º | 0.89% | 0.44% | - |
| HSV(B) | 78.12º | 0.94% | 0.84% | - |
| XYZ | 37.25 | 54.89 | 8.98 | - |
| YUV | 172.73 | 37.29 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 12 | 0.29 | 0 | 0.94 | 0.16 | 78.12 | 0.89 | 0.44 |
| Hex | 99 | D6 | C | 1D | 0 | 5E | 10 | 4E | 59 | 2C |
| Octal | 231 | 326 | 14 | 35 | 0 | 136 | 20 | 116 | 131 | 54 |
| Binary | 10011001 | 11010110 | 1100 | 11101 | 0 | 1011110 | 10000 | 1001110 | 1011001 | 101100 |
Color Harmonies of #99D60C
Complementary color
Monochromatic Colors of #99D60C
Black with #99D60C
Text Example
Text Example
White with #99D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D60C; }
p { color: rgb(153,214,12); }
H1.HeaderClassName
{
color: #99D60C;
}
.AnyTagClassName
{
color: #99D60C;
}
</style>
background-color css
<style>
a { background-color: #99D60C; }
a { background-color: rgb(153,214,12); }
div.DivClassName
{
background-color: #99D60C;
}
.BgClassName
{
background-color: #99D60C;
}
</style>
border-color css
<style>
span { border-color: #99D60C; }
span { border-color: rgb(153,214,12); }
td.TdClassName
{
border-color: #99D60C;
}
.TagClassName
{
border-color: #99D60C;
}
</style>