Shades of Free Speech Green #01E70A
Tints of Free Speech Green #01E70A
RGB
CMYK
RGB Variations
Color information
#01E70A (or 0x01E70A) is known color: Free Speech Green. HEX triplet: 01, E7 and 0A. RGB value is (1,231,10). Sum of RGB (Red+Green+Blue) = 1+231+10=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 231 (90.62% from 255 or 95.45% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 231 - color contains mainly: green. Hex color #01E70A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01E70A is #FE18F5. Grayscale: #898989. Windows color (decimal): -16652534 or 714497. OLE color: 714497.
HSL color Cylindrical-coordinate representation of color #01E70A: hue angle of 122.35º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E70A is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 10 | - |
| CMYK | 1.00 | 0 | 0.96 | 0.09 |
| HSL | 122.35º | 0.99% | 0.45% | - |
| HSV(B) | 122.35º | 1% | 0.91% | - |
| XYZ | 28.64 | 57.18 | 9.81 | - |
| YUV | 137.04 | 56.3 | 30.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 10 | 1.00 | 0 | 0.96 | 0.09 | 122.35 | 0.99 | 0.45 |
| Hex | 1 | E7 | A | 64 | 0 | 60 | 9 | 7A | 63 | 2D |
| Octal | 1 | 347 | 12 | 144 | 0 | 140 | 11 | 172 | 143 | 55 |
| Binary | 1 | 11100111 | 1010 | 1100100 | 0 | 1100000 | 1001 | 1111010 | 1100011 | 101101 |
Color Harmonies of #01E70A
Complementary color
Monochromatic Colors of #01E70A
Black with #01E70A
Text Example
Text Example
White with #01E70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E70A; }
p { color: rgb(1,231,10); }
H1.HeaderClassName
{
color: #01E70A;
}
.AnyTagClassName
{
color: #01E70A;
}
</style>
background-color css
<style>
a { background-color: #01E70A; }
a { background-color: rgb(1,231,10); }
div.DivClassName
{
background-color: #01E70A;
}
.BgClassName
{
background-color: #01E70A;
}
</style>
border-color css
<style>
span { border-color: #01E70A; }
span { border-color: rgb(1,231,10); }
td.TdClassName
{
border-color: #01E70A;
}
.TagClassName
{
border-color: #01E70A;
}
</style>