Shades of Free Speech Green #13E417
Tints of Free Speech Green #13E417
RGB
CMYK
RGB Variations
Color information
#13E417 (or 0x13E417) is known color: Free Speech Green. HEX triplet: 13, E4 and 17. RGB value is (19,228,23). Sum of RGB (Red+Green+Blue) = 19+228+23=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 228 (89.45% from 255 or 84.44% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 228 - color contains mainly: green. Hex color #13E417 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13E417 is #EC1BE8. Grayscale: #8E8E8E. Windows color (decimal): -15473641 or 1565715. OLE color: 1565715.
HSL color Cylindrical-coordinate representation of color #13E417: hue angle of 121.15º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E417 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 228 | 23 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.11 |
| HSL | 121.15º | 0.85% | 0.48% | - |
| HSV(B) | 121.15º | 0.92% | 0.89% | - |
| XYZ | 28.17 | 55.69 | 10.07 | - |
| YUV | 142.14 | 60.76 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 228 | 23 | 0.92 | 0 | 0.90 | 0.11 | 121.15 | 0.85 | 0.48 |
| Hex | 13 | E4 | 17 | 5C | 0 | 5A | B | 79 | 55 | 30 |
| Octal | 23 | 344 | 27 | 134 | 0 | 132 | 13 | 171 | 125 | 60 |
| Binary | 10011 | 11100100 | 10111 | 1011100 | 0 | 1011010 | 1011 | 1111001 | 1010101 | 110000 |
Color Harmonies of #13E417
Complementary color
Monochromatic Colors of #13E417
Black with #13E417
Text Example
Text Example
White with #13E417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E417; }
p { color: rgb(19,228,23); }
H1.HeaderClassName
{
color: #13E417;
}
.AnyTagClassName
{
color: #13E417;
}
</style>
background-color css
<style>
a { background-color: #13E417; }
a { background-color: rgb(19,228,23); }
div.DivClassName
{
background-color: #13E417;
}
.BgClassName
{
background-color: #13E417;
}
</style>
border-color css
<style>
span { border-color: #13E417; }
span { border-color: rgb(19,228,23); }
td.TdClassName
{
border-color: #13E417;
}
.TagClassName
{
border-color: #13E417;
}
</style>