Shades of Free Speech Green #01D117
Tints of Free Speech Green #01D117
RGB
CMYK
RGB Variations
Color information
#01D117 (or 0x01D117) is known color: Free Speech Green. HEX triplet: 01, D1 and 17. RGB value is (1,209,23). Sum of RGB (Red+Green+Blue) = 1+209+23=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 209 (82.03% from 255 or 89.70% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 209 - color contains mainly: green. Hex color #01D117 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D117 is #FE2EE8. Grayscale: #7E7E7E. Windows color (decimal): -16658153 or 1560833. OLE color: 1560833.
HSL color Cylindrical-coordinate representation of color #01D117: hue angle of 126.35º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D117 is Cyan = 1.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 23 | - |
| CMYK | 1.00 | 0 | 0.89 | 0.18 |
| HSL | 126.35º | 0.99% | 0.41% | - |
| HSV(B) | 126.35º | 1% | 0.82% | - |
| XYZ | 22.97 | 45.67 | 8.42 | - |
| YUV | 125.6 | 70.09 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 23 | 1.00 | 0 | 0.89 | 0.18 | 126.35 | 0.99 | 0.41 |
| Hex | 1 | D1 | 17 | 64 | 0 | 59 | 12 | 7E | 63 | 29 |
| Octal | 1 | 321 | 27 | 144 | 0 | 131 | 22 | 176 | 143 | 51 |
| Binary | 1 | 11010001 | 10111 | 1100100 | 0 | 1011001 | 10010 | 1111110 | 1100011 | 101001 |
Color Harmonies of #01D117
Complementary color
Monochromatic Colors of #01D117
Black with #01D117
Text Example
Text Example
White with #01D117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D117; }
p { color: rgb(1,209,23); }
H1.HeaderClassName
{
color: #01D117;
}
.AnyTagClassName
{
color: #01D117;
}
</style>
background-color css
<style>
a { background-color: #01D117; }
a { background-color: rgb(1,209,23); }
div.DivClassName
{
background-color: #01D117;
}
.BgClassName
{
background-color: #01D117;
}
</style>
border-color css
<style>
span { border-color: #01D117; }
span { border-color: rgb(1,209,23); }
td.TdClassName
{
border-color: #01D117;
}
.TagClassName
{
border-color: #01D117;
}
</style>