Shades of Free Speech Green #13D908
Tints of Free Speech Green #13D908
RGB
CMYK
RGB Variations
Color information
#13D908 (or 0x13D908) is known color: Free Speech Green. HEX triplet: 13, D9 and 08. RGB value is (19,217,8). Sum of RGB (Red+Green+Blue) = 19+217+8=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 217 (85.16% from 255 or 88.93% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 217 - color contains mainly: green. Hex color #13D908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D908 is #EC26F7. Grayscale: #868686. Windows color (decimal): -15476472 or 579859. OLE color: 579859.
HSL color Cylindrical-coordinate representation of color #13D908: hue angle of 116.84º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13D908 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 217 | 8 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.15 |
| HSL | 116.84º | 0.93% | 0.44% | - |
| HSV(B) | 116.84º | 0.96% | 0.85% | - |
| XYZ | 25.13 | 49.78 | 8.51 | - |
| YUV | 133.97 | 56.9 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 217 | 8 | 0.91 | 0 | 0.96 | 0.15 | 116.84 | 0.93 | 0.44 |
| Hex | 13 | D9 | 8 | 5B | 0 | 60 | F | 75 | 5D | 2C |
| Octal | 23 | 331 | 10 | 133 | 0 | 140 | 17 | 165 | 135 | 54 |
| Binary | 10011 | 11011001 | 1000 | 1011011 | 0 | 1100000 | 1111 | 1110101 | 1011101 | 101100 |
Color Harmonies of #13D908
Complementary color
Monochromatic Colors of #13D908
Black with #13D908
Text Example
Text Example
White with #13D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D908; }
p { color: rgb(19,217,8); }
H1.HeaderClassName
{
color: #13D908;
}
.AnyTagClassName
{
color: #13D908;
}
</style>
background-color css
<style>
a { background-color: #13D908; }
a { background-color: rgb(19,217,8); }
div.DivClassName
{
background-color: #13D908;
}
.BgClassName
{
background-color: #13D908;
}
</style>
border-color css
<style>
span { border-color: #13D908; }
span { border-color: rgb(19,217,8); }
td.TdClassName
{
border-color: #13D908;
}
.TagClassName
{
border-color: #13D908;
}
</style>