Shades of Free Speech Green #0ED30A
Tints of Free Speech Green #0ED30A
RGB
CMYK
RGB Variations
Color information
#0ED30A (or 0x0ED30A) is known color: Free Speech Green. HEX triplet: 0E, D3 and 0A. RGB value is (14,211,10). Sum of RGB (Red+Green+Blue) = 14+211+10=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 211 (82.81% from 255 or 89.79% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED30A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED30A is #F12CF5. Grayscale: #818181. Windows color (decimal): -15805686 or 709390. OLE color: 709390.
HSL color Cylindrical-coordinate representation of color #0ED30A: hue angle of 118.81º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ED30A is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 211 | 10 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.17 |
| HSL | 118.81º | 0.91% | 0.43% | - |
| HSV(B) | 118.81º | 0.95% | 0.83% | - |
| XYZ | 23.53 | 46.7 | 8.06 | - |
| YUV | 129.18 | 60.73 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 211 | 10 | 0.93 | 0 | 0.95 | 0.17 | 118.81 | 0.91 | 0.43 |
| Hex | E | D3 | A | 5D | 0 | 5F | 11 | 77 | 5B | 2B |
| Octal | 16 | 323 | 12 | 135 | 0 | 137 | 21 | 167 | 133 | 53 |
| Binary | 1110 | 11010011 | 1010 | 1011101 | 0 | 1011111 | 10001 | 1110111 | 1011011 | 101011 |
Color Harmonies of #0ED30A
Complementary color
Monochromatic Colors of #0ED30A
Black with #0ED30A
Text Example
Text Example
White with #0ED30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED30A; }
p { color: rgb(14,211,10); }
H1.HeaderClassName
{
color: #0ED30A;
}
.AnyTagClassName
{
color: #0ED30A;
}
</style>
background-color css
<style>
a { background-color: #0ED30A; }
a { background-color: rgb(14,211,10); }
div.DivClassName
{
background-color: #0ED30A;
}
.BgClassName
{
background-color: #0ED30A;
}
</style>
border-color css
<style>
span { border-color: #0ED30A; }
span { border-color: rgb(14,211,10); }
td.TdClassName
{
border-color: #0ED30A;
}
.TagClassName
{
border-color: #0ED30A;
}
</style>