Shades of Free Speech Green #01D10A
Tints of Free Speech Green #01D10A
RGB
CMYK
RGB Variations
Color information
#01D10A (or 0x01D10A) is known color: Free Speech Green. HEX triplet: 01, D1 and 0A. RGB value is (1,209,10). Sum of RGB (Red+Green+Blue) = 1+209+10=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 209 (82.03% from 255 or 95% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 209 - color contains mainly: green. Hex color #01D10A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D10A is #FE2EF5. Grayscale: #7C7C7C. Windows color (decimal): -16658166 or 708865. OLE color: 708865.
HSL color Cylindrical-coordinate representation of color #01D10A: hue angle of 122.6º 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 #01D10A is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 10 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.18 |
| HSL | 122.6º | 0.99% | 0.41% | - |
| HSV(B) | 122.6º | 1% | 0.82% | - |
| XYZ | 22.87 | 45.63 | 7.89 | - |
| YUV | 124.12 | 63.59 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 10 | 1.00 | 0 | 0.95 | 0.18 | 122.6 | 0.99 | 0.41 |
| Hex | 1 | D1 | A | 64 | 0 | 5F | 12 | 7B | 63 | 29 |
| Octal | 1 | 321 | 12 | 144 | 0 | 137 | 22 | 173 | 143 | 51 |
| Binary | 1 | 11010001 | 1010 | 1100100 | 0 | 1011111 | 10010 | 1111011 | 1100011 | 101001 |
Color Harmonies of #01D10A
Complementary color
Monochromatic Colors of #01D10A
Black with #01D10A
Text Example
Text Example
White with #01D10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D10A; }
p { color: rgb(1,209,10); }
H1.HeaderClassName
{
color: #01D10A;
}
.AnyTagClassName
{
color: #01D10A;
}
</style>
background-color css
<style>
a { background-color: #01D10A; }
a { background-color: rgb(1,209,10); }
div.DivClassName
{
background-color: #01D10A;
}
.BgClassName
{
background-color: #01D10A;
}
</style>
border-color css
<style>
span { border-color: #01D10A; }
span { border-color: rgb(1,209,10); }
td.TdClassName
{
border-color: #01D10A;
}
.TagClassName
{
border-color: #01D10A;
}
</style>