Shades of Free Speech Green #10D401
Tints of Free Speech Green #10D401
RGB
CMYK
RGB Variations
Color information
#10D401 (or 0x10D401) is known color: Free Speech Green. HEX triplet: 10, D4 and 01. RGB value is (16,212,1). Sum of RGB (Red+Green+Blue) = 16+212+1=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 212 (83.20% from 255 or 92.58% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 212 - color contains mainly: green. Hex color #10D401 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D401 is #EF2BFE. Grayscale: #818181. Windows color (decimal): -15674367 or 119824. OLE color: 119824.
HSL color Cylindrical-coordinate representation of color #10D401: hue angle of 115.73º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10D401 is Cyan = 0.92, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 212 | 1 | - |
| CMYK | 0.92 | 0 | 1.00 | 0.17 |
| HSL | 115.73º | 0.99% | 0.42% | - |
| HSV(B) | 115.73º | 1% | 0.83% | - |
| XYZ | 23.76 | 47.2 | 7.89 | - |
| YUV | 129.34 | 55.57 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 1 | 0.92 | 0 | 1.00 | 0.17 | 115.73 | 0.99 | 0.42 |
| Hex | 10 | D4 | 1 | 5C | 0 | 64 | 11 | 74 | 63 | 2A |
| Octal | 20 | 324 | 1 | 134 | 0 | 144 | 21 | 164 | 143 | 52 |
| Binary | 10000 | 11010100 | 1 | 1011100 | 0 | 1100100 | 10001 | 1110100 | 1100011 | 101010 |
Color Harmonies of #10D401
Complementary color
Monochromatic Colors of #10D401
Black with #10D401
Text Example
Text Example
White with #10D401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D401; }
p { color: rgb(16,212,1); }
H1.HeaderClassName
{
color: #10D401;
}
.AnyTagClassName
{
color: #10D401;
}
</style>
background-color css
<style>
a { background-color: #10D401; }
a { background-color: rgb(16,212,1); }
div.DivClassName
{
background-color: #10D401;
}
.BgClassName
{
background-color: #10D401;
}
</style>
border-color css
<style>
span { border-color: #10D401; }
span { border-color: rgb(16,212,1); }
td.TdClassName
{
border-color: #10D401;
}
.TagClassName
{
border-color: #10D401;
}
</style>