Shades of Free Speech Green #01D210
Tints of Free Speech Green #01D210
RGB
CMYK
RGB Variations
Color information
#01D210 (or 0x01D210) is known color: Free Speech Green. HEX triplet: 01, D2 and 10. RGB value is (1,210,16). Sum of RGB (Red+Green+Blue) = 1+210+16=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 210 (82.42% from 255 or 92.51% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 210 - color contains mainly: green. Hex color #01D210 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D210 is #FE2DEF. Grayscale: #7D7D7D. Windows color (decimal): -16657904 or 1102337. OLE color: 1102337.
HSL color Cylindrical-coordinate representation of color #01D210: hue angle of 124.31º 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 #01D210 is Cyan = 1.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 16 | - |
| CMYK | 1.00 | 0 | 0.92 | 0.18 |
| HSL | 124.31º | 0.99% | 0.41% | - |
| HSV(B) | 124.31º | 1% | 0.82% | - |
| XYZ | 23.15 | 46.14 | 8.18 | - |
| YUV | 125.39 | 66.26 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 16 | 1.00 | 0 | 0.92 | 0.18 | 124.31 | 0.99 | 0.41 |
| Hex | 1 | D2 | 10 | 64 | 0 | 5C | 12 | 7C | 63 | 29 |
| Octal | 1 | 322 | 20 | 144 | 0 | 134 | 22 | 174 | 143 | 51 |
| Binary | 1 | 11010010 | 10000 | 1100100 | 0 | 1011100 | 10010 | 1111100 | 1100011 | 101001 |
Color Harmonies of #01D210
Complementary color
Monochromatic Colors of #01D210
Black with #01D210
Text Example
Text Example
White with #01D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D210; }
p { color: rgb(1,210,16); }
H1.HeaderClassName
{
color: #01D210;
}
.AnyTagClassName
{
color: #01D210;
}
</style>
background-color css
<style>
a { background-color: #01D210; }
a { background-color: rgb(1,210,16); }
div.DivClassName
{
background-color: #01D210;
}
.BgClassName
{
background-color: #01D210;
}
</style>
border-color css
<style>
span { border-color: #01D210; }
span { border-color: rgb(1,210,16); }
td.TdClassName
{
border-color: #01D210;
}
.TagClassName
{
border-color: #01D210;
}
</style>