Shades of Free Speech Green #01E110
Tints of Free Speech Green #01E110
RGB
CMYK
RGB Variations
Color information
#01E110 (or 0x01E110) is known color: Free Speech Green. HEX triplet: 01, E1 and 10. RGB value is (1,225,16). Sum of RGB (Red+Green+Blue) = 1+225+16=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 225 (88.28% from 255 or 92.98% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 225 - color contains mainly: green. Hex color #01E110 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E110 is #FE1EEF. Grayscale: #868686. Windows color (decimal): -16654064 or 1106177. OLE color: 1106177.
HSL color Cylindrical-coordinate representation of color #01E110: hue angle of 124.02º 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 #01E110 is Cyan = 1.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 16 | - |
| CMYK | 1.00 | 0 | 0.93 | 0.12 |
| HSL | 124.02º | 0.99% | 0.44% | - |
| HSV(B) | 124.02º | 1% | 0.88% | - |
| XYZ | 27.03 | 53.89 | 9.47 | - |
| YUV | 134.2 | 61.29 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 16 | 1.00 | 0 | 0.93 | 0.12 | 124.02 | 0.99 | 0.44 |
| Hex | 1 | E1 | 10 | 64 | 0 | 5D | C | 7C | 63 | 2C |
| Octal | 1 | 341 | 20 | 144 | 0 | 135 | 14 | 174 | 143 | 54 |
| Binary | 1 | 11100001 | 10000 | 1100100 | 0 | 1011101 | 1100 | 1111100 | 1100011 | 101100 |
Color Harmonies of #01E110
Complementary color
Monochromatic Colors of #01E110
Black with #01E110
Text Example
Text Example
White with #01E110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E110; }
p { color: rgb(1,225,16); }
H1.HeaderClassName
{
color: #01E110;
}
.AnyTagClassName
{
color: #01E110;
}
</style>
background-color css
<style>
a { background-color: #01E110; }
a { background-color: rgb(1,225,16); }
div.DivClassName
{
background-color: #01E110;
}
.BgClassName
{
background-color: #01E110;
}
</style>
border-color css
<style>
span { border-color: #01E110; }
span { border-color: rgb(1,225,16); }
td.TdClassName
{
border-color: #01E110;
}
.TagClassName
{
border-color: #01E110;
}
</style>