Shades of Free Speech Green #01E017
Tints of Free Speech Green #01E017
RGB
CMYK
RGB Variations
Color information
#01E017 (or 0x01E017) is known color: Free Speech Green. HEX triplet: 01, E0 and 17. RGB value is (1,224,23). Sum of RGB (Red+Green+Blue) = 1+224+23=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 224 (87.89% from 255 or 90.32% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 224 - color contains mainly: green. Hex color #01E017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E017 is #FE1FE8. Grayscale: #868686. Windows color (decimal): -16654313 or 1564673. OLE color: 1564673.
HSL color Cylindrical-coordinate representation of color #01E017: hue angle of 125.92º 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 #01E017 is Cyan = 1.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 23 | - |
| CMYK | 1.00 | 0 | 0.90 | 0.12 |
| HSL | 125.92º | 0.99% | 0.44% | - |
| HSV(B) | 125.92º | 1% | 0.88% | - |
| XYZ | 26.82 | 53.38 | 9.7 | - |
| YUV | 134.41 | 65.12 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 23 | 1.00 | 0 | 0.90 | 0.12 | 125.92 | 0.99 | 0.44 |
| Hex | 1 | E0 | 17 | 64 | 0 | 5A | C | 7E | 63 | 2C |
| Octal | 1 | 340 | 27 | 144 | 0 | 132 | 14 | 176 | 143 | 54 |
| Binary | 1 | 11100000 | 10111 | 1100100 | 0 | 1011010 | 1100 | 1111110 | 1100011 | 101100 |
Color Harmonies of #01E017
Complementary color
Monochromatic Colors of #01E017
Black with #01E017
Text Example
Text Example
White with #01E017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E017; }
p { color: rgb(1,224,23); }
H1.HeaderClassName
{
color: #01E017;
}
.AnyTagClassName
{
color: #01E017;
}
</style>
background-color css
<style>
a { background-color: #01E017; }
a { background-color: rgb(1,224,23); }
div.DivClassName
{
background-color: #01E017;
}
.BgClassName
{
background-color: #01E017;
}
</style>
border-color css
<style>
span { border-color: #01E017; }
span { border-color: rgb(1,224,23); }
td.TdClassName
{
border-color: #01E017;
}
.TagClassName
{
border-color: #01E017;
}
</style>