Shades of Free Speech Green #13D000
Tints of Free Speech Green #13D000
RGB
CMYK
RGB Variations
Color information
#13D000 (or 0x13D000) is known color: Free Speech Green. HEX triplet: 13, D0 and 00. RGB value is (19,208,0). Sum of RGB (Red+Green+Blue) = 19+208+0=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 208 (81.64% from 255 or 91.63% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 208 - color contains mainly: green. Hex color #13D000 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D000 is #EC2FFF. Grayscale: #808080. Windows color (decimal): -15478784 or 53267. OLE color: 53267.
HSL color Cylindrical-coordinate representation of color #13D000: hue angle of 114.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13D000 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.18 |
| HSL | 114.52º | 1% | 0.41% | - |
| HSV(B) | 114.52º | 1% | 0.82% | - |
| XYZ | 22.82 | 45.25 | 7.53 | - |
| YUV | 127.78 | 55.88 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 0 | 0.91 | 0 | 1 | 0.18 | 114.52 | 1 | 0.41 |
| Hex | 13 | D0 | 0 | 5B | 0 | 64 | 12 | 73 | 64 | 29 |
| Octal | 23 | 320 | 0 | 133 | 0 | 144 | 22 | 163 | 144 | 51 |
| Binary | 10011 | 11010000 | 0 | 1011011 | 0 | 1100100 | 10010 | 1110011 | 1100100 | 101001 |
Color Harmonies of #13D000
Complementary color
Monochromatic Colors of #13D000
Black with #13D000
Text Example
Text Example
White with #13D000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D000; }
p { color: rgb(19,208,0); }
H1.HeaderClassName
{
color: #13D000;
}
.AnyTagClassName
{
color: #13D000;
}
</style>
background-color css
<style>
a { background-color: #13D000; }
a { background-color: rgb(19,208,0); }
div.DivClassName
{
background-color: #13D000;
}
.BgClassName
{
background-color: #13D000;
}
</style>
border-color css
<style>
span { border-color: #13D000; }
span { border-color: rgb(19,208,0); }
td.TdClassName
{
border-color: #13D000;
}
.TagClassName
{
border-color: #13D000;
}
</style>