Shades of Free Speech Green #13D619
Tints of Free Speech Green #13D619
RGB
CMYK
RGB Variations
Color information
#13D619 (or 0x13D619) is known color: Free Speech Green. HEX triplet: 13, D6 and 19. RGB value is (19,214,25). Sum of RGB (Red+Green+Blue) = 19+214+25=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 214 (83.98% from 255 or 82.95% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 214 - color contains mainly: green. Hex color #13D619 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D619 is #EC29E6. Grayscale: #868686. Windows color (decimal): -15477223 or 1693203. OLE color: 1693203.
HSL color Cylindrical-coordinate representation of color #13D619: hue angle of 121.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D619 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 25 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.16 |
| HSL | 121.85º | 0.84% | 0.46% | - |
| HSV(B) | 121.85º | 0.91% | 0.84% | - |
| XYZ | 24.49 | 48.3 | 8.95 | - |
| YUV | 134.15 | 66.4 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 25 | 0.91 | 0 | 0.88 | 0.16 | 121.85 | 0.84 | 0.46 |
| Hex | 13 | D6 | 19 | 5B | 0 | 58 | 10 | 7A | 54 | 2E |
| Octal | 23 | 326 | 31 | 133 | 0 | 130 | 20 | 172 | 124 | 56 |
| Binary | 10011 | 11010110 | 11001 | 1011011 | 0 | 1011000 | 10000 | 1111010 | 1010100 | 101110 |
Color Harmonies of #13D619
Complementary color
Monochromatic Colors of #13D619
Black with #13D619
Text Example
Text Example
White with #13D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D619; }
p { color: rgb(19,214,25); }
H1.HeaderClassName
{
color: #13D619;
}
.AnyTagClassName
{
color: #13D619;
}
</style>
background-color css
<style>
a { background-color: #13D619; }
a { background-color: rgb(19,214,25); }
div.DivClassName
{
background-color: #13D619;
}
.BgClassName
{
background-color: #13D619;
}
</style>
border-color css
<style>
span { border-color: #13D619; }
span { border-color: rgb(19,214,25); }
td.TdClassName
{
border-color: #13D619;
}
.TagClassName
{
border-color: #13D619;
}
</style>