Shades of Free Speech Green #01ED0D
Tints of Free Speech Green #01ED0D
RGB
CMYK
RGB Variations
Color information
#01ED0D (or 0x01ED0D) is known color: Free Speech Green. HEX triplet: 01, ED and 0D. RGB value is (1,237,13). Sum of RGB (Red+Green+Blue) = 1+237+13=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 237 (92.97% from 255 or 94.42% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01ED0D is #FE12F2. Grayscale: #8D8D8D. Windows color (decimal): -16650995 or 912641. OLE color: 912641.
HSL color Cylindrical-coordinate representation of color #01ED0D: hue angle of 123.05º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ED0D is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 237 | 13 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.07 |
| HSL | 123.05º | 0.99% | 0.47% | - |
| HSV(B) | 123.05º | 1% | 0.93% | - |
| XYZ | 30.37 | 60.6 | 10.48 | - |
| YUV | 140.9 | 55.81 | 28.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 237 | 13 | 1.00 | 0 | 0.95 | 0.07 | 123.05 | 0.99 | 0.47 |
| Hex | 1 | ED | D | 64 | 0 | 5F | 7 | 7B | 63 | 2F |
| Octal | 1 | 355 | 15 | 144 | 0 | 137 | 7 | 173 | 143 | 57 |
| Binary | 1 | 11101101 | 1101 | 1100100 | 0 | 1011111 | 111 | 1111011 | 1100011 | 101111 |
Color Harmonies of #01ED0D
Complementary color
Monochromatic Colors of #01ED0D
Black with #01ED0D
Text Example
Text Example
White with #01ED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ED0D; }
p { color: rgb(1,237,13); }
H1.HeaderClassName
{
color: #01ED0D;
}
.AnyTagClassName
{
color: #01ED0D;
}
</style>
background-color css
<style>
a { background-color: #01ED0D; }
a { background-color: rgb(1,237,13); }
div.DivClassName
{
background-color: #01ED0D;
}
.BgClassName
{
background-color: #01ED0D;
}
</style>
border-color css
<style>
span { border-color: #01ED0D; }
span { border-color: rgb(1,237,13); }
td.TdClassName
{
border-color: #01ED0D;
}
.TagClassName
{
border-color: #01ED0D;
}
</style>