Shades of Free Speech Green #01E82A
Tints of Free Speech Green #01E82A
RGB
CMYK
RGB Variations
Color information
#01E82A (or 0x01E82A) is known color: Free Speech Green. HEX triplet: 01, E8 and 2A. RGB value is (1,232,42). Sum of RGB (Red+Green+Blue) = 1+232+42=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 232 (91.02% from 255 or 84.36% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 232 - color contains mainly: green. Hex color #01E82A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E82A is #FE17D5. Grayscale: #8D8D8D. Windows color (decimal): -16652246 or 2811905. OLE color: 2811905.
HSL color Cylindrical-coordinate representation of color #01E82A: hue angle of 130.65º 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 #01E82A is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 232 | 42 | - |
| CMYK | 1.00 | 0 | 0.82 | 0.09 |
| HSL | 130.65º | 0.99% | 0.46% | - |
| HSV(B) | 130.65º | 1% | 0.91% | - |
| XYZ | 29.29 | 57.89 | 11.82 | - |
| YUV | 141.27 | 71.97 | 27.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 232 | 42 | 1.00 | 0 | 0.82 | 0.09 | 130.65 | 0.99 | 0.46 |
| Hex | 1 | E8 | 2A | 64 | 0 | 52 | 9 | 83 | 63 | 2E |
| Octal | 1 | 350 | 52 | 144 | 0 | 122 | 11 | 203 | 143 | 56 |
| Binary | 1 | 11101000 | 101010 | 1100100 | 0 | 1010010 | 1001 | 10000011 | 1100011 | 101110 |
Color Harmonies of #01E82A
Complementary color
Monochromatic Colors of #01E82A
Black with #01E82A
Text Example
Text Example
White with #01E82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E82A; }
p { color: rgb(1,232,42); }
H1.HeaderClassName
{
color: #01E82A;
}
.AnyTagClassName
{
color: #01E82A;
}
</style>
background-color css
<style>
a { background-color: #01E82A; }
a { background-color: rgb(1,232,42); }
div.DivClassName
{
background-color: #01E82A;
}
.BgClassName
{
background-color: #01E82A;
}
</style>
border-color css
<style>
span { border-color: #01E82A; }
span { border-color: rgb(1,232,42); }
td.TdClassName
{
border-color: #01E82A;
}
.TagClassName
{
border-color: #01E82A;
}
</style>