Shades of Free Speech Green #16DB13
Tints of Free Speech Green #16DB13
RGB
CMYK
RGB Variations
Color information
#16DB13 (or 0x16DB13) is known color: Free Speech Green. HEX triplet: 16, DB and 13. RGB value is (22,219,19). Sum of RGB (Red+Green+Blue) = 22+219+19=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 219 (85.94% from 255 or 84.23% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 219 - color contains mainly: green. Hex color #16DB13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16DB13 is #E924EC. Grayscale: #898989. Windows color (decimal): -15279341 or 1301270. OLE color: 1301270.
HSL color Cylindrical-coordinate representation of color #16DB13: hue angle of 119.1º 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 #16DB13 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 19 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.14 |
| HSL | 119.1º | 0.84% | 0.47% | - |
| HSV(B) | 119.1º | 0.91% | 0.86% | - |
| XYZ | 25.78 | 50.88 | 9.08 | - |
| YUV | 137.3 | 61.23 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 19 | 0.90 | 0 | 0.91 | 0.14 | 119.1 | 0.84 | 0.47 |
| Hex | 16 | DB | 13 | 5A | 0 | 5B | E | 77 | 54 | 2F |
| Octal | 26 | 333 | 23 | 132 | 0 | 133 | 16 | 167 | 124 | 57 |
| Binary | 10110 | 11011011 | 10011 | 1011010 | 0 | 1011011 | 1110 | 1110111 | 1010100 | 101111 |
Color Harmonies of #16DB13
Complementary color
Monochromatic Colors of #16DB13
Black with #16DB13
Text Example
Text Example
White with #16DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DB13; }
p { color: rgb(22,219,19); }
H1.HeaderClassName
{
color: #16DB13;
}
.AnyTagClassName
{
color: #16DB13;
}
</style>
background-color css
<style>
a { background-color: #16DB13; }
a { background-color: rgb(22,219,19); }
div.DivClassName
{
background-color: #16DB13;
}
.BgClassName
{
background-color: #16DB13;
}
</style>
border-color css
<style>
span { border-color: #16DB13; }
span { border-color: rgb(22,219,19); }
td.TdClassName
{
border-color: #16DB13;
}
.TagClassName
{
border-color: #16DB13;
}
</style>