Shades of Free Speech Green #10DB06
Tints of Free Speech Green #10DB06
RGB
CMYK
RGB Variations
Color information
#10DB06 (or 0x10DB06) is known color: Free Speech Green. HEX triplet: 10, DB and 06. RGB value is (16,219,6). Sum of RGB (Red+Green+Blue) = 16+219+6=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 219 (85.94% from 255 or 90.87% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DB06 is #EF24F9. Grayscale: #868686. Windows color (decimal): -15672570 or 449296. OLE color: 449296.
HSL color Cylindrical-coordinate representation of color #10DB06: hue angle of 117.18º 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 #10DB06 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 6 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.14 |
| HSL | 117.18º | 0.95% | 0.44% | - |
| HSV(B) | 117.18º | 0.97% | 0.86% | - |
| XYZ | 25.58 | 50.79 | 8.63 | - |
| YUV | 134.02 | 55.75 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 6 | 0.93 | 0 | 0.97 | 0.14 | 117.18 | 0.95 | 0.44 |
| Hex | 10 | DB | 6 | 5D | 0 | 61 | E | 75 | 5F | 2C |
| Octal | 20 | 333 | 6 | 135 | 0 | 141 | 16 | 165 | 137 | 54 |
| Binary | 10000 | 11011011 | 110 | 1011101 | 0 | 1100001 | 1110 | 1110101 | 1011111 | 101100 |
Color Harmonies of #10DB06
Complementary color
Monochromatic Colors of #10DB06
Black with #10DB06
Text Example
Text Example
White with #10DB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB06; }
p { color: rgb(16,219,6); }
H1.HeaderClassName
{
color: #10DB06;
}
.AnyTagClassName
{
color: #10DB06;
}
</style>
background-color css
<style>
a { background-color: #10DB06; }
a { background-color: rgb(16,219,6); }
div.DivClassName
{
background-color: #10DB06;
}
.BgClassName
{
background-color: #10DB06;
}
</style>
border-color css
<style>
span { border-color: #10DB06; }
span { border-color: rgb(16,219,6); }
td.TdClassName
{
border-color: #10DB06;
}
.TagClassName
{
border-color: #10DB06;
}
</style>