Shades of Inch Worm #9DE90C
Tints of Inch Worm #9DE90C
RGB
CMYK
RGB Variations
Color information
#9DE90C (or 0x9DE90C) is known color: Inch Worm. HEX triplet: 9D, E9 and 0C. RGB value is (157,233,12). Sum of RGB (Red+Green+Blue) = 157+233+12=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 233 (91.41% from 255 or 57.96% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DE90C is #6216F3. Grayscale: #B9B9B9. Windows color (decimal): -6428404 or 846237. OLE color: 846237.
HSL color Cylindrical-coordinate representation of color #9DE90C: hue angle of 80.63º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DE90C is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 233 | 12 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.09 |
| HSL | 80.63º | 0.9% | 0.48% | - |
| HSV(B) | 80.63º | 0.95% | 0.91% | - |
| XYZ | 43.11 | 65.47 | 10.71 | - |
| YUV | 185.08 | 30.32 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 233 | 12 | 0.33 | 0 | 0.95 | 0.09 | 80.63 | 0.9 | 0.48 |
| Hex | 9D | E9 | C | 21 | 0 | 5F | 9 | 51 | 5A | 30 |
| Octal | 235 | 351 | 14 | 41 | 0 | 137 | 11 | 121 | 132 | 60 |
| Binary | 10011101 | 11101001 | 1100 | 100001 | 0 | 1011111 | 1001 | 1010001 | 1011010 | 110000 |
Color Harmonies of #9DE90C
Complementary color
Monochromatic Colors of #9DE90C
Black with #9DE90C
Text Example
Text Example
White with #9DE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE90C; }
p { color: rgb(157,233,12); }
H1.HeaderClassName
{
color: #9DE90C;
}
.AnyTagClassName
{
color: #9DE90C;
}
</style>
background-color css
<style>
a { background-color: #9DE90C; }
a { background-color: rgb(157,233,12); }
div.DivClassName
{
background-color: #9DE90C;
}
.BgClassName
{
background-color: #9DE90C;
}
</style>
border-color css
<style>
span { border-color: #9DE90C; }
span { border-color: rgb(157,233,12); }
td.TdClassName
{
border-color: #9DE90C;
}
.TagClassName
{
border-color: #9DE90C;
}
</style>