Shades of Free Speech Green #13DB10
Tints of Free Speech Green #13DB10
RGB
CMYK
RGB Variations
Color information
#13DB10 (or 0x13DB10) is known color: Free Speech Green. HEX triplet: 13, DB and 10. RGB value is (19,219,16). Sum of RGB (Red+Green+Blue) = 19+219+16=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 219 (85.94% from 255 or 86.22% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13DB10 is #EC24EF. Grayscale: #888888. Windows color (decimal): -15475952 or 1104659. OLE color: 1104659.
HSL color Cylindrical-coordinate representation of color #13DB10: hue angle of 119.11º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13DB10 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 16 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.14 |
| HSL | 119.11º | 0.86% | 0.46% | - |
| HSV(B) | 119.11º | 0.93% | 0.86% | - |
| XYZ | 25.69 | 50.84 | 8.95 | - |
| YUV | 136.06 | 60.24 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 16 | 0.91 | 0 | 0.93 | 0.14 | 119.11 | 0.86 | 0.46 |
| Hex | 13 | DB | 10 | 5B | 0 | 5D | E | 77 | 56 | 2E |
| Octal | 23 | 333 | 20 | 133 | 0 | 135 | 16 | 167 | 126 | 56 |
| Binary | 10011 | 11011011 | 10000 | 1011011 | 0 | 1011101 | 1110 | 1110111 | 1010110 | 101110 |
Color Harmonies of #13DB10
Complementary color
Monochromatic Colors of #13DB10
Black with #13DB10
Text Example
Text Example
White with #13DB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB10; }
p { color: rgb(19,219,16); }
H1.HeaderClassName
{
color: #13DB10;
}
.AnyTagClassName
{
color: #13DB10;
}
</style>
background-color css
<style>
a { background-color: #13DB10; }
a { background-color: rgb(19,219,16); }
div.DivClassName
{
background-color: #13DB10;
}
.BgClassName
{
background-color: #13DB10;
}
</style>
border-color css
<style>
span { border-color: #13DB10; }
span { border-color: rgb(19,219,16); }
td.TdClassName
{
border-color: #13DB10;
}
.TagClassName
{
border-color: #13DB10;
}
</style>