Shades of Free Speech Green #10DB19
Tints of Free Speech Green #10DB19
RGB
CMYK
RGB Variations
Color information
#10DB19 (or 0x10DB19) is known color: Free Speech Green. HEX triplet: 10, DB and 19. RGB value is (16,219,25). Sum of RGB (Red+Green+Blue) = 16+219+25=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 219 (85.94% from 255 or 84.23% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DB19 is #EF24E6. Grayscale: #888888. Windows color (decimal): -15672551 or 1694480. OLE color: 1694480.
HSL color Cylindrical-coordinate representation of color #10DB19: hue angle of 122.66º 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 #10DB19 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 25 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.14 |
| HSL | 122.66º | 0.86% | 0.46% | - |
| HSV(B) | 122.66º | 0.93% | 0.86% | - |
| XYZ | 25.72 | 50.84 | 9.38 | - |
| YUV | 136.19 | 65.25 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 25 | 0.93 | 0 | 0.89 | 0.14 | 122.66 | 0.86 | 0.46 |
| Hex | 10 | DB | 19 | 5D | 0 | 59 | E | 7B | 56 | 2E |
| Octal | 20 | 333 | 31 | 135 | 0 | 131 | 16 | 173 | 126 | 56 |
| Binary | 10000 | 11011011 | 11001 | 1011101 | 0 | 1011001 | 1110 | 1111011 | 1010110 | 101110 |
Color Harmonies of #10DB19
Complementary color
Monochromatic Colors of #10DB19
Black with #10DB19
Text Example
Text Example
White with #10DB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB19; }
p { color: rgb(16,219,25); }
H1.HeaderClassName
{
color: #10DB19;
}
.AnyTagClassName
{
color: #10DB19;
}
</style>
background-color css
<style>
a { background-color: #10DB19; }
a { background-color: rgb(16,219,25); }
div.DivClassName
{
background-color: #10DB19;
}
.BgClassName
{
background-color: #10DB19;
}
</style>
border-color css
<style>
span { border-color: #10DB19; }
span { border-color: rgb(16,219,25); }
td.TdClassName
{
border-color: #10DB19;
}
.TagClassName
{
border-color: #10DB19;
}
</style>