Shades of Free Speech Green #13F702
Tints of Free Speech Green #13F702
RGB
CMYK
RGB Variations
Color information
#13F702 (or 0x13F702) is known color: Free Speech Green. HEX triplet: 13, F7 and 02. RGB value is (19,247,2). Sum of RGB (Red+Green+Blue) = 19+247+2=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 247 (96.88% from 255 or 92.16% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 247 - color contains mainly: green. Hex color #13F702 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13F702 is #EC08FD. Grayscale: #979797. Windows color (decimal): -15468798 or 194323. OLE color: 194323.
HSL color Cylindrical-coordinate representation of color #13F702: hue angle of 115.84º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13F702 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 247 | 2 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.03 |
| HSL | 115.84º | 0.98% | 0.49% | - |
| HSV(B) | 115.84º | 0.99% | 0.97% | - |
| XYZ | 33.54 | 66.66 | 11.16 | - |
| YUV | 150.9 | 43.96 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 247 | 2 | 0.92 | 0 | 0.99 | 0.03 | 115.84 | 0.98 | 0.49 |
| Hex | 13 | F7 | 2 | 5C | 0 | 63 | 3 | 74 | 62 | 31 |
| Octal | 23 | 367 | 2 | 134 | 0 | 143 | 3 | 164 | 142 | 61 |
| Binary | 10011 | 11110111 | 10 | 1011100 | 0 | 1100011 | 11 | 1110100 | 1100010 | 110001 |
Color Harmonies of #13F702
Complementary color
Monochromatic Colors of #13F702
Black with #13F702
Text Example
Text Example
White with #13F702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F702; }
p { color: rgb(19,247,2); }
H1.HeaderClassName
{
color: #13F702;
}
.AnyTagClassName
{
color: #13F702;
}
</style>
background-color css
<style>
a { background-color: #13F702; }
a { background-color: rgb(19,247,2); }
div.DivClassName
{
background-color: #13F702;
}
.BgClassName
{
background-color: #13F702;
}
</style>
border-color css
<style>
span { border-color: #13F702; }
span { border-color: rgb(19,247,2); }
td.TdClassName
{
border-color: #13F702;
}
.TagClassName
{
border-color: #13F702;
}
</style>