Shades of Free Speech Green #13F512
Tints of Free Speech Green #13F512
RGB
CMYK
RGB Variations
Color information
#13F512 (or 0x13F512) is known color: Free Speech Green. HEX triplet: 13, F5 and 12. RGB value is (19,245,18). Sum of RGB (Red+Green+Blue) = 19+245+18=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 245 (96.09% from 255 or 86.88% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 245 - color contains mainly: green. Hex color #13F512 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13F512 is #EC0AED. Grayscale: #989898. Windows color (decimal): -15469294 or 1242387. OLE color: 1242387.
HSL color Cylindrical-coordinate representation of color #13F512: hue angle of 119.74º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13F512 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 245 | 18 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.04 |
| HSL | 119.74º | 0.92% | 0.52% | - |
| HSV(B) | 119.74º | 0.93% | 0.96% | - |
| XYZ | 33.03 | 65.49 | 11.47 | - |
| YUV | 151.55 | 52.63 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 245 | 18 | 0.92 | 0 | 0.93 | 0.04 | 119.74 | 0.92 | 0.52 |
| Hex | 13 | F5 | 12 | 5C | 0 | 5D | 4 | 78 | 5C | 34 |
| Octal | 23 | 365 | 22 | 134 | 0 | 135 | 4 | 170 | 134 | 64 |
| Binary | 10011 | 11110101 | 10010 | 1011100 | 0 | 1011101 | 100 | 1111000 | 1011100 | 110100 |
Color Harmonies of #13F512
Complementary color
Monochromatic Colors of #13F512
Black with #13F512
Text Example
Text Example
White with #13F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F512; }
p { color: rgb(19,245,18); }
H1.HeaderClassName
{
color: #13F512;
}
.AnyTagClassName
{
color: #13F512;
}
</style>
background-color css
<style>
a { background-color: #13F512; }
a { background-color: rgb(19,245,18); }
div.DivClassName
{
background-color: #13F512;
}
.BgClassName
{
background-color: #13F512;
}
</style>
border-color css
<style>
span { border-color: #13F512; }
span { border-color: rgb(19,245,18); }
td.TdClassName
{
border-color: #13F512;
}
.TagClassName
{
border-color: #13F512;
}
</style>