Shades of Free Speech Green #10DB1B
Tints of Free Speech Green #10DB1B
RGB
CMYK
RGB Variations
Color information
#10DB1B (or 0x10DB1B) is known color: Free Speech Green. HEX triplet: 10, DB and 1B. RGB value is (16,219,27). Sum of RGB (Red+Green+Blue) = 16+219+27=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 219 (85.94% from 255 or 83.59% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DB1B is #EF24E4. Grayscale: #888888. Windows color (decimal): -15672549 or 1825552. OLE color: 1825552.
HSL color Cylindrical-coordinate representation of color #10DB1B: hue angle of 123.25º 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 #10DB1B is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 27 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.14 |
| HSL | 123.25º | 0.86% | 0.46% | - |
| HSV(B) | 123.25º | 0.93% | 0.86% | - |
| XYZ | 25.74 | 50.85 | 9.5 | - |
| YUV | 136.42 | 66.25 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 27 | 0.93 | 0 | 0.88 | 0.14 | 123.25 | 0.86 | 0.46 |
| Hex | 10 | DB | 1B | 5D | 0 | 58 | E | 7B | 56 | 2E |
| Octal | 20 | 333 | 33 | 135 | 0 | 130 | 16 | 173 | 126 | 56 |
| Binary | 10000 | 11011011 | 11011 | 1011101 | 0 | 1011000 | 1110 | 1111011 | 1010110 | 101110 |
Color Harmonies of #10DB1B
Complementary color
Monochromatic Colors of #10DB1B
Black with #10DB1B
Text Example
Text Example
White with #10DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB1B; }
p { color: rgb(16,219,27); }
H1.HeaderClassName
{
color: #10DB1B;
}
.AnyTagClassName
{
color: #10DB1B;
}
</style>
background-color css
<style>
a { background-color: #10DB1B; }
a { background-color: rgb(16,219,27); }
div.DivClassName
{
background-color: #10DB1B;
}
.BgClassName
{
background-color: #10DB1B;
}
</style>
border-color css
<style>
span { border-color: #10DB1B; }
span { border-color: rgb(16,219,27); }
td.TdClassName
{
border-color: #10DB1B;
}
.TagClassName
{
border-color: #10DB1B;
}
</style>