Shades of Free Speech Green #13D600
Tints of Free Speech Green #13D600
RGB
CMYK
RGB Variations
Color information
#13D600 (or 0x13D600) is known color: Free Speech Green. HEX triplet: 13, D6 and 00. RGB value is (19,214,0). Sum of RGB (Red+Green+Blue) = 19+214+0=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 214 (83.98% from 255 or 91.85% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 214 - color contains mainly: green. Hex color #13D600 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D600 is #EC29FF. Grayscale: #838383. Windows color (decimal): -15477248 or 54803. OLE color: 54803.
HSL color Cylindrical-coordinate representation of color #13D600: hue angle of 114.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13D600 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.16 |
| HSL | 114.67º | 1% | 0.42% | - |
| HSV(B) | 114.67º | 1% | 0.84% | - |
| XYZ | 24.32 | 48.23 | 8.03 | - |
| YUV | 131.3 | 53.9 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 0 | 0.91 | 0 | 1 | 0.16 | 114.67 | 1 | 0.42 |
| Hex | 13 | D6 | 0 | 5B | 0 | 64 | 10 | 73 | 64 | 2A |
| Octal | 23 | 326 | 0 | 133 | 0 | 144 | 20 | 163 | 144 | 52 |
| Binary | 10011 | 11010110 | 0 | 1011011 | 0 | 1100100 | 10000 | 1110011 | 1100100 | 101010 |
Color Harmonies of #13D600
Complementary color
Monochromatic Colors of #13D600
Black with #13D600
Text Example
Text Example
White with #13D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D600; }
p { color: rgb(19,214,0); }
H1.HeaderClassName
{
color: #13D600;
}
.AnyTagClassName
{
color: #13D600;
}
</style>
background-color css
<style>
a { background-color: #13D600; }
a { background-color: rgb(19,214,0); }
div.DivClassName
{
background-color: #13D600;
}
.BgClassName
{
background-color: #13D600;
}
</style>
border-color css
<style>
span { border-color: #13D600; }
span { border-color: rgb(19,214,0); }
td.TdClassName
{
border-color: #13D600;
}
.TagClassName
{
border-color: #13D600;
}
</style>