Shades of Free Speech Green #10D701
Tints of Free Speech Green #10D701
RGB
CMYK
RGB Variations
Color information
#10D701 (or 0x10D701) is known color: Free Speech Green. HEX triplet: 10, D7 and 01. RGB value is (16,215,1). Sum of RGB (Red+Green+Blue) = 16+215+1=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 215 (84.38% from 255 or 92.67% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 215 - color contains mainly: green. Hex color #10D701 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D701 is #EF28FE. Grayscale: #838383. Windows color (decimal): -15673599 or 120592. OLE color: 120592.
HSL color Cylindrical-coordinate representation of color #10D701: hue angle of 115.79º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10D701 is Cyan = 0.93, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 215 | 1 | - |
| CMYK | 0.93 | 0 | 1.00 | 0.16 |
| HSL | 115.79º | 0.99% | 0.42% | - |
| HSV(B) | 115.79º | 1% | 0.84% | - |
| XYZ | 24.52 | 48.71 | 8.14 | - |
| YUV | 131.1 | 54.57 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 215 | 1 | 0.93 | 0 | 1.00 | 0.16 | 115.79 | 0.99 | 0.42 |
| Hex | 10 | D7 | 1 | 5D | 0 | 64 | 10 | 74 | 63 | 2A |
| Octal | 20 | 327 | 1 | 135 | 0 | 144 | 20 | 164 | 143 | 52 |
| Binary | 10000 | 11010111 | 1 | 1011101 | 0 | 1100100 | 10000 | 1110100 | 1100011 | 101010 |
Color Harmonies of #10D701
Complementary color
Monochromatic Colors of #10D701
Black with #10D701
Text Example
Text Example
White with #10D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D701; }
p { color: rgb(16,215,1); }
H1.HeaderClassName
{
color: #10D701;
}
.AnyTagClassName
{
color: #10D701;
}
</style>
background-color css
<style>
a { background-color: #10D701; }
a { background-color: rgb(16,215,1); }
div.DivClassName
{
background-color: #10D701;
}
.BgClassName
{
background-color: #10D701;
}
</style>
border-color css
<style>
span { border-color: #10D701; }
span { border-color: rgb(16,215,1); }
td.TdClassName
{
border-color: #10D701;
}
.TagClassName
{
border-color: #10D701;
}
</style>