Shades of Free Speech Green #01D91D
Tints of Free Speech Green #01D91D
RGB
CMYK
RGB Variations
Color information
#01D91D (or 0x01D91D) is known color: Free Speech Green. HEX triplet: 01, D9 and 1D. RGB value is (1,217,29). Sum of RGB (Red+Green+Blue) = 1+217+29=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 217 (85.16% from 255 or 87.85% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 217 - color contains mainly: green. Hex color #01D91D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D91D is #FE26E2. Grayscale: #838383. Windows color (decimal): -16656099 or 1956097. OLE color: 1956097.
HSL color Cylindrical-coordinate representation of color #01D91D: hue angle of 127.78º 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 #01D91D is Cyan = 1.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 29 | - |
| CMYK | 1.00 | 0 | 0.87 | 0.15 |
| HSL | 127.78º | 0.99% | 0.43% | - |
| HSV(B) | 127.78º | 1% | 0.85% | - |
| XYZ | 25.05 | 49.72 | 9.44 | - |
| YUV | 130.98 | 70.44 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 29 | 1.00 | 0 | 0.87 | 0.15 | 127.78 | 0.99 | 0.43 |
| Hex | 1 | D9 | 1D | 64 | 0 | 57 | F | 80 | 63 | 2B |
| Octal | 1 | 331 | 35 | 144 | 0 | 127 | 17 | 200 | 143 | 53 |
| Binary | 1 | 11011001 | 11101 | 1100100 | 0 | 1010111 | 1111 | 10000000 | 1100011 | 101011 |
Color Harmonies of #01D91D
Complementary color
Monochromatic Colors of #01D91D
Black with #01D91D
Text Example
Text Example
White with #01D91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D91D; }
p { color: rgb(1,217,29); }
H1.HeaderClassName
{
color: #01D91D;
}
.AnyTagClassName
{
color: #01D91D;
}
</style>
background-color css
<style>
a { background-color: #01D91D; }
a { background-color: rgb(1,217,29); }
div.DivClassName
{
background-color: #01D91D;
}
.BgClassName
{
background-color: #01D91D;
}
</style>
border-color css
<style>
span { border-color: #01D91D; }
span { border-color: rgb(1,217,29); }
td.TdClassName
{
border-color: #01D91D;
}
.TagClassName
{
border-color: #01D91D;
}
</style>