Shades of Free Speech Green #13FE17
Tints of Free Speech Green #13FE17
RGB
CMYK
RGB Variations
Color information
#13FE17 (or 0x13FE17) is known color: Free Speech Green. HEX triplet: 13, FE and 17. RGB value is (19,254,23). Sum of RGB (Red+Green+Blue) = 19+254+23=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 254 (99.61% from 255 or 85.81% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE17 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13FE17 is #EC01E8. Grayscale: #9E9E9E. Windows color (decimal): -15466985 or 1572371. OLE color: 1572371.
HSL color Cylindrical-coordinate representation of color #13FE17: hue angle of 121.02º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FE17 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 23 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.00 |
| HSL | 121.02º | 0.99% | 0.54% | - |
| HSV(B) | 121.02º | 0.93% | 1% | - |
| XYZ | 35.87 | 71.08 | 12.64 | - |
| YUV | 157.4 | 52.14 | 29.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 23 | 0.93 | 0 | 0.91 | 0.00 | 121.02 | 0.99 | 0.54 |
| Hex | 13 | FE | 17 | 5D | 0 | 5B | 0 | 79 | 63 | 36 |
| Octal | 23 | 376 | 27 | 135 | 0 | 133 | 0 | 171 | 143 | 66 |
| Binary | 10011 | 11111110 | 10111 | 1011101 | 0 | 1011011 | 0 | 1111001 | 1100011 | 110110 |
Color Harmonies of #13FE17
Complementary color
Monochromatic Colors of #13FE17
Black with #13FE17
Text Example
Text Example
White with #13FE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FE17; }
p { color: rgb(19,254,23); }
H1.HeaderClassName
{
color: #13FE17;
}
.AnyTagClassName
{
color: #13FE17;
}
</style>
background-color css
<style>
a { background-color: #13FE17; }
a { background-color: rgb(19,254,23); }
div.DivClassName
{
background-color: #13FE17;
}
.BgClassName
{
background-color: #13FE17;
}
</style>
border-color css
<style>
span { border-color: #13FE17; }
span { border-color: rgb(19,254,23); }
td.TdClassName
{
border-color: #13FE17;
}
.TagClassName
{
border-color: #13FE17;
}
</style>