Shades of Free Speech Green #01E817
Tints of Free Speech Green #01E817
RGB
CMYK
RGB Variations
Color information
#01E817 (or 0x01E817) is known color: Free Speech Green. HEX triplet: 01, E8 and 17. RGB value is (1,232,23). Sum of RGB (Red+Green+Blue) = 1+232+23=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 232 (91.02% from 255 or 90.62% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 232 - color contains mainly: green. Hex color #01E817 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01E817 is #FE17E8. Grayscale: #8B8B8B. Windows color (decimal): -16652265 or 1566721. OLE color: 1566721.
HSL color Cylindrical-coordinate representation of color #01E817: hue angle of 125.71º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E817 is Cyan = 1.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 232 | 23 | - |
| CMYK | 1.00 | 0 | 0.90 | 0.09 |
| HSL | 125.71º | 0.99% | 0.46% | - |
| HSV(B) | 125.71º | 1% | 0.91% | - |
| XYZ | 29.02 | 57.78 | 10.43 | - |
| YUV | 139.11 | 62.47 | 29.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 232 | 23 | 1.00 | 0 | 0.90 | 0.09 | 125.71 | 0.99 | 0.46 |
| Hex | 1 | E8 | 17 | 64 | 0 | 5A | 9 | 7E | 63 | 2E |
| Octal | 1 | 350 | 27 | 144 | 0 | 132 | 11 | 176 | 143 | 56 |
| Binary | 1 | 11101000 | 10111 | 1100100 | 0 | 1011010 | 1001 | 1111110 | 1100011 | 101110 |
Color Harmonies of #01E817
Complementary color
Monochromatic Colors of #01E817
Black with #01E817
Text Example
Text Example
White with #01E817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E817; }
p { color: rgb(1,232,23); }
H1.HeaderClassName
{
color: #01E817;
}
.AnyTagClassName
{
color: #01E817;
}
</style>
background-color css
<style>
a { background-color: #01E817; }
a { background-color: rgb(1,232,23); }
div.DivClassName
{
background-color: #01E817;
}
.BgClassName
{
background-color: #01E817;
}
</style>
border-color css
<style>
span { border-color: #01E817; }
span { border-color: rgb(1,232,23); }
td.TdClassName
{
border-color: #01E817;
}
.TagClassName
{
border-color: #01E817;
}
</style>