Shades of Free Speech Green #13FF0C
Tints of Free Speech Green #13FF0C
RGB
CMYK
RGB Variations
Color information
#13FF0C (or 0x13FF0C) is known color: Free Speech Green. HEX triplet: 13, FF and 0C. RGB value is (19,255,12). Sum of RGB (Red+Green+Blue) = 19+255+12=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 255 (100% from 255 or 89.16% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13FF0C is #EC00F3. Grayscale: #9D9D9D. Windows color (decimal): -15466740 or 851731. OLE color: 851731.
HSL color Cylindrical-coordinate representation of color #13FF0C: hue angle of 118.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13FF0C is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 12 | - |
| CMYK | 0.93 | 0 | 0.95 | 0 |
| HSL | 118.27º | 1% | 0.52% | - |
| HSV(B) | 118.27º | 0.95% | 1% | - |
| XYZ | 36.09 | 71.68 | 12.28 | - |
| YUV | 156.73 | 46.31 | 29.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 12 | 0.93 | 0 | 0.95 | 0 | 118.27 | 1 | 0.52 |
| Hex | 13 | FF | C | 5D | 0 | 5F | 0 | 76 | 64 | 34 |
| Octal | 23 | 377 | 14 | 135 | 0 | 137 | 0 | 166 | 144 | 64 |
| Binary | 10011 | 11111111 | 1100 | 1011101 | 0 | 1011111 | 0 | 1110110 | 1100100 | 110100 |
Color Harmonies of #13FF0C
Complementary color
Monochromatic Colors of #13FF0C
Black with #13FF0C
Text Example
Text Example
White with #13FF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FF0C; }
p { color: rgb(19,255,12); }
H1.HeaderClassName
{
color: #13FF0C;
}
.AnyTagClassName
{
color: #13FF0C;
}
</style>
background-color css
<style>
a { background-color: #13FF0C; }
a { background-color: rgb(19,255,12); }
div.DivClassName
{
background-color: #13FF0C;
}
.BgClassName
{
background-color: #13FF0C;
}
</style>
border-color css
<style>
span { border-color: #13FF0C; }
span { border-color: rgb(19,255,12); }
td.TdClassName
{
border-color: #13FF0C;
}
.TagClassName
{
border-color: #13FF0C;
}
</style>