Shades of Free Speech Green #01E013
Tints of Free Speech Green #01E013
RGB
CMYK
RGB Variations
Color information
#01E013 (or 0x01E013) is known color: Free Speech Green. HEX triplet: 01, E0 and 13. RGB value is (1,224,19). Sum of RGB (Red+Green+Blue) = 1+224+19=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 224 (87.89% from 255 or 91.80% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 224 - color contains mainly: green. Hex color #01E013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E013 is #FE1FEC. Grayscale: #868686. Windows color (decimal): -16654317 or 1302529. OLE color: 1302529.
HSL color Cylindrical-coordinate representation of color #01E013: hue angle of 124.84º 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 #01E013 is Cyan = 1.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 19 | - |
| CMYK | 1.00 | 0 | 0.92 | 0.12 |
| HSL | 124.84º | 0.99% | 0.44% | - |
| HSV(B) | 124.84º | 1% | 0.88% | - |
| XYZ | 26.79 | 53.36 | 9.5 | - |
| YUV | 133.95 | 63.12 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 19 | 1.00 | 0 | 0.92 | 0.12 | 124.84 | 0.99 | 0.44 |
| Hex | 1 | E0 | 13 | 64 | 0 | 5C | C | 7D | 63 | 2C |
| Octal | 1 | 340 | 23 | 144 | 0 | 134 | 14 | 175 | 143 | 54 |
| Binary | 1 | 11100000 | 10011 | 1100100 | 0 | 1011100 | 1100 | 1111101 | 1100011 | 101100 |
Color Harmonies of #01E013
Complementary color
Monochromatic Colors of #01E013
Black with #01E013
Text Example
Text Example
White with #01E013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E013; }
p { color: rgb(1,224,19); }
H1.HeaderClassName
{
color: #01E013;
}
.AnyTagClassName
{
color: #01E013;
}
</style>
background-color css
<style>
a { background-color: #01E013; }
a { background-color: rgb(1,224,19); }
div.DivClassName
{
background-color: #01E013;
}
.BgClassName
{
background-color: #01E013;
}
</style>
border-color css
<style>
span { border-color: #01E013; }
span { border-color: rgb(1,224,19); }
td.TdClassName
{
border-color: #01E013;
}
.TagClassName
{
border-color: #01E013;
}
</style>