Shades of Free Speech Green #13EA00
Tints of Free Speech Green #13EA00
RGB
CMYK
RGB Variations
Color information
#13EA00 (or 0x13EA00) is known color: Free Speech Green. HEX triplet: 13, EA and 00. RGB value is (19,234,0). Sum of RGB (Red+Green+Blue) = 19+234+0=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 234 (91.80% from 255 or 92.49% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13EA00 is #EC15FF. Grayscale: #8F8F8F. Windows color (decimal): -15472128 or 59923. OLE color: 59923.
HSL color Cylindrical-coordinate representation of color #13EA00: hue angle of 115.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13EA00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 234 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.08 |
| HSL | 115.13º | 1% | 0.46% | - |
| HSV(B) | 115.13º | 1% | 0.92% | - |
| XYZ | 29.69 | 58.98 | 9.82 | - |
| YUV | 143.04 | 47.27 | 39.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 0 | 0.92 | 0 | 1 | 0.08 | 115.13 | 1 | 0.46 |
| Hex | 13 | EA | 0 | 5C | 0 | 64 | 8 | 73 | 64 | 2E |
| Octal | 23 | 352 | 0 | 134 | 0 | 144 | 10 | 163 | 144 | 56 |
| Binary | 10011 | 11101010 | 0 | 1011100 | 0 | 1100100 | 1000 | 1110011 | 1100100 | 101110 |
Color Harmonies of #13EA00
Complementary color
Monochromatic Colors of #13EA00
Black with #13EA00
Text Example
Text Example
White with #13EA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EA00; }
p { color: rgb(19,234,0); }
H1.HeaderClassName
{
color: #13EA00;
}
.AnyTagClassName
{
color: #13EA00;
}
</style>
background-color css
<style>
a { background-color: #13EA00; }
a { background-color: rgb(19,234,0); }
div.DivClassName
{
background-color: #13EA00;
}
.BgClassName
{
background-color: #13EA00;
}
</style>
border-color css
<style>
span { border-color: #13EA00; }
span { border-color: rgb(19,234,0); }
td.TdClassName
{
border-color: #13EA00;
}
.TagClassName
{
border-color: #13EA00;
}
</style>