Shades of Free Speech Green #13D919
Tints of Free Speech Green #13D919
RGB
CMYK
RGB Variations
Color information
#13D919 (or 0x13D919) is known color: Free Speech Green. HEX triplet: 13, D9 and 19. RGB value is (19,217,25). Sum of RGB (Red+Green+Blue) = 19+217+25=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 217 (85.16% from 255 or 83.14% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 217 - color contains mainly: green. Hex color #13D919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D919 is #EC26E6. Grayscale: #888888. Windows color (decimal): -15476455 or 1693971. OLE color: 1693971.
HSL color Cylindrical-coordinate representation of color #13D919: hue angle of 121.82º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D919 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 217 | 25 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.15 |
| HSL | 121.82º | 0.84% | 0.46% | - |
| HSV(B) | 121.82º | 0.91% | 0.85% | - |
| XYZ | 25.26 | 49.83 | 9.21 | - |
| YUV | 135.91 | 65.4 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 217 | 25 | 0.91 | 0 | 0.88 | 0.15 | 121.82 | 0.84 | 0.46 |
| Hex | 13 | D9 | 19 | 5B | 0 | 58 | F | 7A | 54 | 2E |
| Octal | 23 | 331 | 31 | 133 | 0 | 130 | 17 | 172 | 124 | 56 |
| Binary | 10011 | 11011001 | 11001 | 1011011 | 0 | 1011000 | 1111 | 1111010 | 1010100 | 101110 |
Color Harmonies of #13D919
Complementary color
Monochromatic Colors of #13D919
Black with #13D919
Text Example
Text Example
White with #13D919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D919; }
p { color: rgb(19,217,25); }
H1.HeaderClassName
{
color: #13D919;
}
.AnyTagClassName
{
color: #13D919;
}
</style>
background-color css
<style>
a { background-color: #13D919; }
a { background-color: rgb(19,217,25); }
div.DivClassName
{
background-color: #13D919;
}
.BgClassName
{
background-color: #13D919;
}
</style>
border-color css
<style>
span { border-color: #13D919; }
span { border-color: rgb(19,217,25); }
td.TdClassName
{
border-color: #13D919;
}
.TagClassName
{
border-color: #13D919;
}
</style>