Shades of Free Speech Green #13F210
Tints of Free Speech Green #13F210
RGB
CMYK
RGB Variations
Color information
#13F210 (or 0x13F210) is known color: Free Speech Green. HEX triplet: 13, F2 and 10. RGB value is (19,242,16). Sum of RGB (Red+Green+Blue) = 19+242+16=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 242 (94.92% from 255 or 87.36% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 242 - color contains mainly: green. Hex color #13F210 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13F210 is #EC0DEF. Grayscale: #969696. Windows color (decimal): -15470064 or 1110547. OLE color: 1110547.
HSL color Cylindrical-coordinate representation of color #13F210: hue angle of 119.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13F210 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 16 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.05 |
| HSL | 119.2º | 0.9% | 0.51% | - |
| HSV(B) | 119.2º | 0.93% | 0.95% | - |
| XYZ | 32.11 | 63.68 | 11.09 | - |
| YUV | 149.56 | 52.62 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 16 | 0.92 | 0 | 0.93 | 0.05 | 119.2 | 0.9 | 0.51 |
| Hex | 13 | F2 | 10 | 5C | 0 | 5D | 5 | 77 | 5A | 33 |
| Octal | 23 | 362 | 20 | 134 | 0 | 135 | 5 | 167 | 132 | 63 |
| Binary | 10011 | 11110010 | 10000 | 1011100 | 0 | 1011101 | 101 | 1110111 | 1011010 | 110011 |
Color Harmonies of #13F210
Complementary color
Monochromatic Colors of #13F210
Black with #13F210
Text Example
Text Example
White with #13F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F210; }
p { color: rgb(19,242,16); }
H1.HeaderClassName
{
color: #13F210;
}
.AnyTagClassName
{
color: #13F210;
}
</style>
background-color css
<style>
a { background-color: #13F210; }
a { background-color: rgb(19,242,16); }
div.DivClassName
{
background-color: #13F210;
}
.BgClassName
{
background-color: #13F210;
}
</style>
border-color css
<style>
span { border-color: #13F210; }
span { border-color: rgb(19,242,16); }
td.TdClassName
{
border-color: #13F210;
}
.TagClassName
{
border-color: #13F210;
}
</style>