Shades of Free Speech Green #10DF1B
Tints of Free Speech Green #10DF1B
RGB
CMYK
RGB Variations
Color information
#10DF1B (or 0x10DF1B) is known color: Free Speech Green. HEX triplet: 10, DF and 1B. RGB value is (16,223,27). Sum of RGB (Red+Green+Blue) = 16+223+27=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 223 (87.5% from 255 or 83.83% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DF1B is #EF20E4. Grayscale: #8B8B8B. Windows color (decimal): -15671525 or 1826576. OLE color: 1826576.
HSL color Cylindrical-coordinate representation of color #10DF1B: hue angle of 123.19º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DF1B is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 223 | 27 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.13 |
| HSL | 123.19º | 0.87% | 0.47% | - |
| HSV(B) | 123.19º | 0.93% | 0.87% | - |
| XYZ | 26.8 | 52.96 | 9.85 | - |
| YUV | 138.76 | 64.92 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 27 | 0.93 | 0 | 0.88 | 0.13 | 123.19 | 0.87 | 0.47 |
| Hex | 10 | DF | 1B | 5D | 0 | 58 | D | 7B | 57 | 2F |
| Octal | 20 | 337 | 33 | 135 | 0 | 130 | 15 | 173 | 127 | 57 |
| Binary | 10000 | 11011111 | 11011 | 1011101 | 0 | 1011000 | 1101 | 1111011 | 1010111 | 101111 |
Color Harmonies of #10DF1B
Complementary color
Monochromatic Colors of #10DF1B
Black with #10DF1B
Text Example
Text Example
White with #10DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DF1B; }
p { color: rgb(16,223,27); }
H1.HeaderClassName
{
color: #10DF1B;
}
.AnyTagClassName
{
color: #10DF1B;
}
</style>
background-color css
<style>
a { background-color: #10DF1B; }
a { background-color: rgb(16,223,27); }
div.DivClassName
{
background-color: #10DF1B;
}
.BgClassName
{
background-color: #10DF1B;
}
</style>
border-color css
<style>
span { border-color: #10DF1B; }
span { border-color: rgb(16,223,27); }
td.TdClassName
{
border-color: #10DF1B;
}
.TagClassName
{
border-color: #10DF1B;
}
</style>