Shades of Free Speech Green #10D007
Tints of Free Speech Green #10D007
RGB
CMYK
RGB Variations
Color information
#10D007 (or 0x10D007) is known color: Free Speech Green. HEX triplet: 10, D0 and 07. RGB value is (16,208,7). Sum of RGB (Red+Green+Blue) = 16+208+7=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 208 (81.64% from 255 or 90.04% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 208 - color contains mainly: green. Hex color #10D007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D007 is #EF2FF8. Grayscale: #808080. Windows color (decimal): -15675385 or 512016. OLE color: 512016.
HSL color Cylindrical-coordinate representation of color #10D007: hue angle of 117.31º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10D007 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 7 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.18 |
| HSL | 117.31º | 0.93% | 0.42% | - |
| HSV(B) | 117.31º | 0.97% | 0.82% | - |
| XYZ | 22.81 | 45.24 | 7.73 | - |
| YUV | 127.68 | 59.89 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 7 | 0.92 | 0 | 0.97 | 0.18 | 117.31 | 0.93 | 0.42 |
| Hex | 10 | D0 | 7 | 5C | 0 | 61 | 12 | 75 | 5D | 2A |
| Octal | 20 | 320 | 7 | 134 | 0 | 141 | 22 | 165 | 135 | 52 |
| Binary | 10000 | 11010000 | 111 | 1011100 | 0 | 1100001 | 10010 | 1110101 | 1011101 | 101010 |
Color Harmonies of #10D007
Complementary color
Monochromatic Colors of #10D007
Black with #10D007
Text Example
Text Example
White with #10D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D007; }
p { color: rgb(16,208,7); }
H1.HeaderClassName
{
color: #10D007;
}
.AnyTagClassName
{
color: #10D007;
}
</style>
background-color css
<style>
a { background-color: #10D007; }
a { background-color: rgb(16,208,7); }
div.DivClassName
{
background-color: #10D007;
}
.BgClassName
{
background-color: #10D007;
}
</style>
border-color css
<style>
span { border-color: #10D007; }
span { border-color: rgb(16,208,7); }
td.TdClassName
{
border-color: #10D007;
}
.TagClassName
{
border-color: #10D007;
}
</style>