Shades of Free Speech Green #13DC17
Tints of Free Speech Green #13DC17
RGB
CMYK
RGB Variations
Color information
#13DC17 (or 0x13DC17) is known color: Free Speech Green. HEX triplet: 13, DC and 17. RGB value is (19,220,23). Sum of RGB (Red+Green+Blue) = 19+220+23=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 220 (86.33% from 255 or 83.97% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13DC17 is #EC23E8. Grayscale: #8A8A8A. Windows color (decimal): -15475689 or 1563667. OLE color: 1563667.
HSL color Cylindrical-coordinate representation of color #13DC17: hue angle of 121.19º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DC17 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 23 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.14 |
| HSL | 121.19º | 0.84% | 0.47% | - |
| HSV(B) | 121.19º | 0.91% | 0.86% | - |
| XYZ | 26.02 | 51.39 | 9.36 | - |
| YUV | 137.44 | 63.41 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 23 | 0.91 | 0 | 0.90 | 0.14 | 121.19 | 0.84 | 0.47 |
| Hex | 13 | DC | 17 | 5B | 0 | 5A | E | 79 | 54 | 2F |
| Octal | 23 | 334 | 27 | 133 | 0 | 132 | 16 | 171 | 124 | 57 |
| Binary | 10011 | 11011100 | 10111 | 1011011 | 0 | 1011010 | 1110 | 1111001 | 1010100 | 101111 |
Color Harmonies of #13DC17
Complementary color
Monochromatic Colors of #13DC17
Black with #13DC17
Text Example
Text Example
White with #13DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DC17; }
p { color: rgb(19,220,23); }
H1.HeaderClassName
{
color: #13DC17;
}
.AnyTagClassName
{
color: #13DC17;
}
</style>
background-color css
<style>
a { background-color: #13DC17; }
a { background-color: rgb(19,220,23); }
div.DivClassName
{
background-color: #13DC17;
}
.BgClassName
{
background-color: #13DC17;
}
</style>
border-color css
<style>
span { border-color: #13DC17; }
span { border-color: rgb(19,220,23); }
td.TdClassName
{
border-color: #13DC17;
}
.TagClassName
{
border-color: #13DC17;
}
</style>