Shades of Free Speech Green #01E128
Tints of Free Speech Green #01E128
RGB
CMYK
RGB Variations
Color information
#01E128 (or 0x01E128) is known color: Free Speech Green. HEX triplet: 01, E1 and 28. RGB value is (1,225,40). Sum of RGB (Red+Green+Blue) = 1+225+40=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 225 (88.28% from 255 or 84.59% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 225 - color contains mainly: green. Hex color #01E128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E128 is #FE1ED7. Grayscale: #898989. Windows color (decimal): -16654040 or 2679041. OLE color: 2679041.
HSL color Cylindrical-coordinate representation of color #01E128: hue angle of 130.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E128 is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 40 | - |
| CMYK | 1.00 | 0 | 0.82 | 0.12 |
| HSL | 130.45º | 0.99% | 0.44% | - |
| HSV(B) | 130.45º | 1% | 0.88% | - |
| XYZ | 27.32 | 54.01 | 10.99 | - |
| YUV | 136.93 | 73.29 | 31.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 40 | 1.00 | 0 | 0.82 | 0.12 | 130.45 | 0.99 | 0.44 |
| Hex | 1 | E1 | 28 | 64 | 0 | 52 | C | 82 | 63 | 2C |
| Octal | 1 | 341 | 50 | 144 | 0 | 122 | 14 | 202 | 143 | 54 |
| Binary | 1 | 11100001 | 101000 | 1100100 | 0 | 1010010 | 1100 | 10000010 | 1100011 | 101100 |
Color Harmonies of #01E128
Complementary color
Monochromatic Colors of #01E128
Black with #01E128
Text Example
Text Example
White with #01E128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E128; }
p { color: rgb(1,225,40); }
H1.HeaderClassName
{
color: #01E128;
}
.AnyTagClassName
{
color: #01E128;
}
</style>
background-color css
<style>
a { background-color: #01E128; }
a { background-color: rgb(1,225,40); }
div.DivClassName
{
background-color: #01E128;
}
.BgClassName
{
background-color: #01E128;
}
</style>
border-color css
<style>
span { border-color: #01E128; }
span { border-color: rgb(1,225,40); }
td.TdClassName
{
border-color: #01E128;
}
.TagClassName
{
border-color: #01E128;
}
</style>