Shades of Free Speech Green #01D908
Tints of Free Speech Green #01D908
RGB
CMYK
RGB Variations
Color information
#01D908 (or 0x01D908) is known color: Free Speech Green. HEX triplet: 01, D9 and 08. RGB value is (1,217,8). Sum of RGB (Red+Green+Blue) = 1+217+8=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 217 (85.16% from 255 or 96.02% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 217 - color contains mainly: green. Hex color #01D908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D908 is #FE26F7. Grayscale: #818181. Windows color (decimal): -16656120 or 579841. OLE color: 579841.
HSL color Cylindrical-coordinate representation of color #01D908: hue angle of 121.94º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D908 is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 8 | - |
| CMYK | 1.00 | 0 | 0.96 | 0.15 |
| HSL | 121.94º | 0.99% | 0.43% | - |
| HSV(B) | 121.94º | 1% | 0.85% | - |
| XYZ | 24.87 | 49.65 | 8.5 | - |
| YUV | 128.59 | 59.94 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 8 | 1.00 | 0 | 0.96 | 0.15 | 121.94 | 0.99 | 0.43 |
| Hex | 1 | D9 | 8 | 64 | 0 | 60 | F | 7A | 63 | 2B |
| Octal | 1 | 331 | 10 | 144 | 0 | 140 | 17 | 172 | 143 | 53 |
| Binary | 1 | 11011001 | 1000 | 1100100 | 0 | 1100000 | 1111 | 1111010 | 1100011 | 101011 |
Color Harmonies of #01D908
Complementary color
Monochromatic Colors of #01D908
Black with #01D908
Text Example
Text Example
White with #01D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D908; }
p { color: rgb(1,217,8); }
H1.HeaderClassName
{
color: #01D908;
}
.AnyTagClassName
{
color: #01D908;
}
</style>
background-color css
<style>
a { background-color: #01D908; }
a { background-color: rgb(1,217,8); }
div.DivClassName
{
background-color: #01D908;
}
.BgClassName
{
background-color: #01D908;
}
</style>
border-color css
<style>
span { border-color: #01D908; }
span { border-color: rgb(1,217,8); }
td.TdClassName
{
border-color: #01D908;
}
.TagClassName
{
border-color: #01D908;
}
</style>