Shades of Free Speech Green #13D91B
Tints of Free Speech Green #13D91B
RGB
CMYK
RGB Variations
Color information
#13D91B (or 0x13D91B) is known color: Free Speech Green. HEX triplet: 13, D9 and 1B. RGB value is (19,217,27). Sum of RGB (Red+Green+Blue) = 19+217+27=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 217 (85.16% from 255 or 82.51% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 217 - color contains mainly: green. Hex color #13D91B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D91B is #EC26E4. Grayscale: #888888. Windows color (decimal): -15476453 or 1825043. OLE color: 1825043.
HSL color Cylindrical-coordinate representation of color #13D91B: hue angle of 122.42º 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 #13D91B is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 217 | 27 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.15 |
| HSL | 122.42º | 0.84% | 0.46% | - |
| HSV(B) | 122.42º | 0.91% | 0.85% | - |
| XYZ | 25.28 | 49.84 | 9.33 | - |
| YUV | 136.14 | 66.4 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 217 | 27 | 0.91 | 0 | 0.88 | 0.15 | 122.42 | 0.84 | 0.46 |
| Hex | 13 | D9 | 1B | 5B | 0 | 58 | F | 7A | 54 | 2E |
| Octal | 23 | 331 | 33 | 133 | 0 | 130 | 17 | 172 | 124 | 56 |
| Binary | 10011 | 11011001 | 11011 | 1011011 | 0 | 1011000 | 1111 | 1111010 | 1010100 | 101110 |
Color Harmonies of #13D91B
Complementary color
Monochromatic Colors of #13D91B
Black with #13D91B
Text Example
Text Example
White with #13D91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D91B; }
p { color: rgb(19,217,27); }
H1.HeaderClassName
{
color: #13D91B;
}
.AnyTagClassName
{
color: #13D91B;
}
</style>
background-color css
<style>
a { background-color: #13D91B; }
a { background-color: rgb(19,217,27); }
div.DivClassName
{
background-color: #13D91B;
}
.BgClassName
{
background-color: #13D91B;
}
</style>
border-color css
<style>
span { border-color: #13D91B; }
span { border-color: rgb(19,217,27); }
td.TdClassName
{
border-color: #13D91B;
}
.TagClassName
{
border-color: #13D91B;
}
</style>