Shades of Inch Worm #9BE714
Tints of Inch Worm #9BE714
RGB
CMYK
RGB Variations
Color information
#9BE714 (or 0x9BE714) is known color: Inch Worm. HEX triplet: 9B, E7 and 14. RGB value is (155,231,20). Sum of RGB (Red+Green+Blue) = 155+231+20=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 231 (90.62% from 255 or 56.90% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BE714 is #6418EB. Grayscale: #B8B8B8. Windows color (decimal): -6559980 or 1370011. OLE color: 1370011.
HSL color Cylindrical-coordinate representation of color #9BE714: hue angle of 81.61º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BE714 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 231 | 20 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.09 |
| HSL | 81.61º | 0.84% | 0.49% | - |
| HSV(B) | 81.61º | 0.91% | 0.91% | - |
| XYZ | 42.22 | 64.17 | 10.82 | - |
| YUV | 184.22 | 35.32 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 20 | 0.33 | 0 | 0.91 | 0.09 | 81.61 | 0.84 | 0.49 |
| Hex | 9B | E7 | 14 | 21 | 0 | 5B | 9 | 52 | 54 | 31 |
| Octal | 233 | 347 | 24 | 41 | 0 | 133 | 11 | 122 | 124 | 61 |
| Binary | 10011011 | 11100111 | 10100 | 100001 | 0 | 1011011 | 1001 | 1010010 | 1010100 | 110001 |
Color Harmonies of #9BE714
Complementary color
Monochromatic Colors of #9BE714
Black with #9BE714
Text Example
Text Example
White with #9BE714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE714; }
p { color: rgb(155,231,20); }
H1.HeaderClassName
{
color: #9BE714;
}
.AnyTagClassName
{
color: #9BE714;
}
</style>
background-color css
<style>
a { background-color: #9BE714; }
a { background-color: rgb(155,231,20); }
div.DivClassName
{
background-color: #9BE714;
}
.BgClassName
{
background-color: #9BE714;
}
</style>
border-color css
<style>
span { border-color: #9BE714; }
span { border-color: rgb(155,231,20); }
td.TdClassName
{
border-color: #9BE714;
}
.TagClassName
{
border-color: #9BE714;
}
</style>