Shades of Free Speech Green #13F220
Tints of Free Speech Green #13F220
RGB
CMYK
RGB Variations
Color information
#13F220 (or 0x13F220) is known color: Free Speech Green. HEX triplet: 13, F2 and 20. RGB value is (19,242,32). Sum of RGB (Red+Green+Blue) = 19+242+32=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 242 (94.92% from 255 or 82.59% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 242 - color contains mainly: green. Hex color #13F220 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F220 is #EC0DDF. Grayscale: #989898. Windows color (decimal): -15470048 or 2159123. OLE color: 2159123.
HSL color Cylindrical-coordinate representation of color #13F220: hue angle of 123.5º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F220 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 32 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.05 |
| HSL | 123.5º | 0.9% | 0.51% | - |
| HSV(B) | 123.5º | 0.92% | 0.95% | - |
| XYZ | 32.28 | 63.75 | 11.97 | - |
| YUV | 151.38 | 60.62 | 33.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 32 | 0.92 | 0 | 0.87 | 0.05 | 123.5 | 0.9 | 0.51 |
| Hex | 13 | F2 | 20 | 5C | 0 | 57 | 5 | 7B | 5A | 33 |
| Octal | 23 | 362 | 40 | 134 | 0 | 127 | 5 | 173 | 132 | 63 |
| Binary | 10011 | 11110010 | 100000 | 1011100 | 0 | 1010111 | 101 | 1111011 | 1011010 | 110011 |
Color Harmonies of #13F220
Complementary color
Monochromatic Colors of #13F220
Black with #13F220
Text Example
Text Example
White with #13F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F220; }
p { color: rgb(19,242,32); }
H1.HeaderClassName
{
color: #13F220;
}
.AnyTagClassName
{
color: #13F220;
}
</style>
background-color css
<style>
a { background-color: #13F220; }
a { background-color: rgb(19,242,32); }
div.DivClassName
{
background-color: #13F220;
}
.BgClassName
{
background-color: #13F220;
}
</style>
border-color css
<style>
span { border-color: #13F220; }
span { border-color: rgb(19,242,32); }
td.TdClassName
{
border-color: #13F220;
}
.TagClassName
{
border-color: #13F220;
}
</style>