Shades of Inch Worm #9FE512
Tints of Inch Worm #9FE512
RGB
CMYK
RGB Variations
Color information
#9FE512 (or 0x9FE512) is known color: Inch Worm. HEX triplet: 9F, E5 and 12. RGB value is (159,229,18). Sum of RGB (Red+Green+Blue) = 159+229+18=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 229 (89.84% from 255 or 56.40% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE512 is #601AED. Grayscale: #B8B8B8. Windows color (decimal): -6298350 or 1238431. OLE color: 1238431.
HSL color Cylindrical-coordinate representation of color #9FE512: hue angle of 79.91º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FE512 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 18 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.10 |
| HSL | 79.91º | 0.85% | 0.48% | - |
| HSV(B) | 79.91º | 0.92% | 0.9% | - |
| XYZ | 42.43 | 63.45 | 10.58 | - |
| YUV | 184.02 | 34.31 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 18 | 0.31 | 0 | 0.92 | 0.10 | 79.91 | 0.85 | 0.48 |
| Hex | 9F | E5 | 12 | 1F | 0 | 5C | A | 50 | 55 | 30 |
| Octal | 237 | 345 | 22 | 37 | 0 | 134 | 12 | 120 | 125 | 60 |
| Binary | 10011111 | 11100101 | 10010 | 11111 | 0 | 1011100 | 1010 | 1010000 | 1010101 | 110000 |
Color Harmonies of #9FE512
Complementary color
Monochromatic Colors of #9FE512
Black with #9FE512
Text Example
Text Example
White with #9FE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE512; }
p { color: rgb(159,229,18); }
H1.HeaderClassName
{
color: #9FE512;
}
.AnyTagClassName
{
color: #9FE512;
}
</style>
background-color css
<style>
a { background-color: #9FE512; }
a { background-color: rgb(159,229,18); }
div.DivClassName
{
background-color: #9FE512;
}
.BgClassName
{
background-color: #9FE512;
}
</style>
border-color css
<style>
span { border-color: #9FE512; }
span { border-color: rgb(159,229,18); }
td.TdClassName
{
border-color: #9FE512;
}
.TagClassName
{
border-color: #9FE512;
}
</style>