Shades of Free Speech Green #16DB06
Tints of Free Speech Green #16DB06
RGB
CMYK
RGB Variations
Color information
#16DB06 (or 0x16DB06) is known color: Free Speech Green. HEX triplet: 16, DB and 06. RGB value is (22,219,6). Sum of RGB (Red+Green+Blue) = 22+219+6=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 219 (85.94% from 255 or 88.66% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 219 - color contains mainly: green. Hex color #16DB06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16DB06 is #E924F9. Grayscale: #888888. Windows color (decimal): -15279354 or 449302. OLE color: 449302.
HSL color Cylindrical-coordinate representation of color #16DB06: hue angle of 115.49º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #16DB06 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 6 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.14 |
| HSL | 115.49º | 0.95% | 0.44% | - |
| HSV(B) | 115.49º | 0.97% | 0.86% | - |
| XYZ | 25.7 | 50.85 | 8.63 | - |
| YUV | 135.82 | 54.73 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 6 | 0.90 | 0 | 0.97 | 0.14 | 115.49 | 0.95 | 0.44 |
| Hex | 16 | DB | 6 | 5A | 0 | 61 | E | 73 | 5F | 2C |
| Octal | 26 | 333 | 6 | 132 | 0 | 141 | 16 | 163 | 137 | 54 |
| Binary | 10110 | 11011011 | 110 | 1011010 | 0 | 1100001 | 1110 | 1110011 | 1011111 | 101100 |
Color Harmonies of #16DB06
Complementary color
Monochromatic Colors of #16DB06
Black with #16DB06
Text Example
Text Example
White with #16DB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DB06; }
p { color: rgb(22,219,6); }
H1.HeaderClassName
{
color: #16DB06;
}
.AnyTagClassName
{
color: #16DB06;
}
</style>
background-color css
<style>
a { background-color: #16DB06; }
a { background-color: rgb(22,219,6); }
div.DivClassName
{
background-color: #16DB06;
}
.BgClassName
{
background-color: #16DB06;
}
</style>
border-color css
<style>
span { border-color: #16DB06; }
span { border-color: rgb(22,219,6); }
td.TdClassName
{
border-color: #16DB06;
}
.TagClassName
{
border-color: #16DB06;
}
</style>