Shades of Free Speech Green #01D41A
Tints of Free Speech Green #01D41A
RGB
CMYK
RGB Variations
Color information
#01D41A (or 0x01D41A) is known color: Free Speech Green. HEX triplet: 01, D4 and 1A. RGB value is (1,212,26). Sum of RGB (Red+Green+Blue) = 1+212+26=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 212 (83.20% from 255 or 88.70% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 212 - color contains mainly: green. Hex color #01D41A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D41A is #FE2BE5. Grayscale: #808080. Windows color (decimal): -16657382 or 1758209. OLE color: 1758209.
HSL color Cylindrical-coordinate representation of color #01D41A: hue angle of 127.11º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D41A is Cyan = 1.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 26 | - |
| CMYK | 1.00 | 0 | 0.88 | 0.17 |
| HSL | 127.11º | 0.99% | 0.42% | - |
| HSV(B) | 127.11º | 1% | 0.83% | - |
| XYZ | 23.74 | 47.17 | 8.83 | - |
| YUV | 127.71 | 70.6 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 26 | 1.00 | 0 | 0.88 | 0.17 | 127.11 | 0.99 | 0.42 |
| Hex | 1 | D4 | 1A | 64 | 0 | 58 | 11 | 7F | 63 | 2A |
| Octal | 1 | 324 | 32 | 144 | 0 | 130 | 21 | 177 | 143 | 52 |
| Binary | 1 | 11010100 | 11010 | 1100100 | 0 | 1011000 | 10001 | 1111111 | 1100011 | 101010 |
Color Harmonies of #01D41A
Complementary color
Monochromatic Colors of #01D41A
Black with #01D41A
Text Example
Text Example
White with #01D41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D41A; }
p { color: rgb(1,212,26); }
H1.HeaderClassName
{
color: #01D41A;
}
.AnyTagClassName
{
color: #01D41A;
}
</style>
background-color css
<style>
a { background-color: #01D41A; }
a { background-color: rgb(1,212,26); }
div.DivClassName
{
background-color: #01D41A;
}
.BgClassName
{
background-color: #01D41A;
}
</style>
border-color css
<style>
span { border-color: #01D41A; }
span { border-color: rgb(1,212,26); }
td.TdClassName
{
border-color: #01D41A;
}
.TagClassName
{
border-color: #01D41A;
}
</style>