Shades of Free Speech Green #0ED701
Tints of Free Speech Green #0ED701
RGB
CMYK
RGB Variations
Color information
#0ED701 (or 0x0ED701) is known color: Free Speech Green. HEX triplet: 0E, D7 and 01. RGB value is (14,215,1). Sum of RGB (Red+Green+Blue) = 14+215+1=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 215 (84.38% from 255 or 93.48% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED701 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED701 is #F128FE. Grayscale: #838383. Windows color (decimal): -15804671 or 120590. OLE color: 120590.
HSL color Cylindrical-coordinate representation of color #0ED701: hue angle of 116.36º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0ED701 is Cyan = 0.93, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 1 | - |
| CMYK | 0.93 | 0 | 1.00 | 0.16 |
| HSL | 116.36º | 0.99% | 0.42% | - |
| HSV(B) | 116.36º | 1% | 0.84% | - |
| XYZ | 24.49 | 48.7 | 8.14 | - |
| YUV | 130.51 | 54.91 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 1 | 0.93 | 0 | 1.00 | 0.16 | 116.36 | 0.99 | 0.42 |
| Hex | E | D7 | 1 | 5D | 0 | 64 | 10 | 74 | 63 | 2A |
| Octal | 16 | 327 | 1 | 135 | 0 | 144 | 20 | 164 | 143 | 52 |
| Binary | 1110 | 11010111 | 1 | 1011101 | 0 | 1100100 | 10000 | 1110100 | 1100011 | 101010 |
Color Harmonies of #0ED701
Complementary color
Monochromatic Colors of #0ED701
Black with #0ED701
Text Example
Text Example
White with #0ED701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED701; }
p { color: rgb(14,215,1); }
H1.HeaderClassName
{
color: #0ED701;
}
.AnyTagClassName
{
color: #0ED701;
}
</style>
background-color css
<style>
a { background-color: #0ED701; }
a { background-color: rgb(14,215,1); }
div.DivClassName
{
background-color: #0ED701;
}
.BgClassName
{
background-color: #0ED701;
}
</style>
border-color css
<style>
span { border-color: #0ED701; }
span { border-color: rgb(14,215,1); }
td.TdClassName
{
border-color: #0ED701;
}
.TagClassName
{
border-color: #0ED701;
}
</style>