Shades of Inch Worm #9BE015
Tints of Inch Worm #9BE015
RGB
CMYK
RGB Variations
Color information
#9BE015 (or 0x9BE015) is known color: Inch Worm. HEX triplet: 9B, E0 and 15. RGB value is (155,224,21). Sum of RGB (Red+Green+Blue) = 155+224+21=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BE015 is #641FEA. Grayscale: #B4B4B4. Windows color (decimal): -6561771 or 1433755. OLE color: 1433755.
HSL color Cylindrical-coordinate representation of color #9BE015: hue angle of 80.39º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BE015 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 21 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.12 |
| HSL | 80.39º | 0.83% | 0.48% | - |
| HSV(B) | 80.39º | 0.91% | 0.88% | - |
| XYZ | 40.31 | 60.33 | 10.23 | - |
| YUV | 180.23 | 38.14 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 21 | 0.31 | 0 | 0.91 | 0.12 | 80.39 | 0.83 | 0.48 |
| Hex | 9B | E0 | 15 | 1F | 0 | 5B | C | 50 | 53 | 30 |
| Octal | 233 | 340 | 25 | 37 | 0 | 133 | 14 | 120 | 123 | 60 |
| Binary | 10011011 | 11100000 | 10101 | 11111 | 0 | 1011011 | 1100 | 1010000 | 1010011 | 110000 |
Color Harmonies of #9BE015
Complementary color
Monochromatic Colors of #9BE015
Black with #9BE015
Text Example
Text Example
White with #9BE015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE015; }
p { color: rgb(155,224,21); }
H1.HeaderClassName
{
color: #9BE015;
}
.AnyTagClassName
{
color: #9BE015;
}
</style>
background-color css
<style>
a { background-color: #9BE015; }
a { background-color: rgb(155,224,21); }
div.DivClassName
{
background-color: #9BE015;
}
.BgClassName
{
background-color: #9BE015;
}
</style>
border-color css
<style>
span { border-color: #9BE015; }
span { border-color: rgb(155,224,21); }
td.TdClassName
{
border-color: #9BE015;
}
.TagClassName
{
border-color: #9BE015;
}
</style>