Shades of Inch Worm #94E51A
Tints of Inch Worm #94E51A
RGB
CMYK
RGB Variations
Color information
#94E51A (or 0x94E51A) is known color: Inch Worm. HEX triplet: 94, E5 and 1A. RGB value is (148,229,26). Sum of RGB (Red+Green+Blue) = 148+229+26=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 229 (89.84% from 255 or 56.82% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 229 - color contains mainly: green. Hex color #94E51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E51A is #6B1AE5. Grayscale: #B6B6B6. Windows color (decimal): -7019238 or 1762708. OLE color: 1762708.
HSL color Cylindrical-coordinate representation of color #94E51A: hue angle of 83.94º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94E51A is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 26 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.10 |
| HSL | 83.94º | 0.8% | 0.5% | - |
| HSV(B) | 83.94º | 0.89% | 0.9% | - |
| XYZ | 40.42 | 62.41 | 10.89 | - |
| YUV | 181.64 | 40.16 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 26 | 0.35 | 0 | 0.89 | 0.10 | 83.94 | 0.8 | 0.5 |
| Hex | 94 | E5 | 1A | 23 | 0 | 59 | A | 54 | 50 | 32 |
| Octal | 224 | 345 | 32 | 43 | 0 | 131 | 12 | 124 | 120 | 62 |
| Binary | 10010100 | 11100101 | 11010 | 100011 | 0 | 1011001 | 1010 | 1010100 | 1010000 | 110010 |
Color Harmonies of #94E51A
Complementary color
Monochromatic Colors of #94E51A
Black with #94E51A
Text Example
Text Example
White with #94E51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E51A; }
p { color: rgb(148,229,26); }
H1.HeaderClassName
{
color: #94E51A;
}
.AnyTagClassName
{
color: #94E51A;
}
</style>
background-color css
<style>
a { background-color: #94E51A; }
a { background-color: rgb(148,229,26); }
div.DivClassName
{
background-color: #94E51A;
}
.BgClassName
{
background-color: #94E51A;
}
</style>
border-color css
<style>
span { border-color: #94E51A; }
span { border-color: rgb(148,229,26); }
td.TdClassName
{
border-color: #94E51A;
}
.TagClassName
{
border-color: #94E51A;
}
</style>