Shades of Free Speech Green #10DB1F
Tints of Free Speech Green #10DB1F
RGB
CMYK
RGB Variations
Color information
#10DB1F (or 0x10DB1F) is known color: Free Speech Green. HEX triplet: 10, DB and 1F. RGB value is (16,219,31). Sum of RGB (Red+Green+Blue) = 16+219+31=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 219 (85.94% from 255 or 82.33% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DB1F is #EF24E0. Grayscale: #898989. Windows color (decimal): -15672545 or 2087696. OLE color: 2087696.
HSL color Cylindrical-coordinate representation of color #10DB1F: hue angle of 124.43º 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 #10DB1F is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 31 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.14 |
| HSL | 124.43º | 0.86% | 0.46% | - |
| HSV(B) | 124.43º | 0.93% | 0.86% | - |
| XYZ | 25.79 | 50.87 | 9.76 | - |
| YUV | 136.87 | 68.25 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 31 | 0.93 | 0 | 0.86 | 0.14 | 124.43 | 0.86 | 0.46 |
| Hex | 10 | DB | 1F | 5D | 0 | 56 | E | 7C | 56 | 2E |
| Octal | 20 | 333 | 37 | 135 | 0 | 126 | 16 | 174 | 126 | 56 |
| Binary | 10000 | 11011011 | 11111 | 1011101 | 0 | 1010110 | 1110 | 1111100 | 1010110 | 101110 |
Color Harmonies of #10DB1F
Complementary color
Monochromatic Colors of #10DB1F
Black with #10DB1F
Text Example
Text Example
White with #10DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB1F; }
p { color: rgb(16,219,31); }
H1.HeaderClassName
{
color: #10DB1F;
}
.AnyTagClassName
{
color: #10DB1F;
}
</style>
background-color css
<style>
a { background-color: #10DB1F; }
a { background-color: rgb(16,219,31); }
div.DivClassName
{
background-color: #10DB1F;
}
.BgClassName
{
background-color: #10DB1F;
}
</style>
border-color css
<style>
span { border-color: #10DB1F; }
span { border-color: rgb(16,219,31); }
td.TdClassName
{
border-color: #10DB1F;
}
.TagClassName
{
border-color: #10DB1F;
}
</style>