Shades of Free Speech Green #01D40F
Tints of Free Speech Green #01D40F
RGB
CMYK
RGB Variations
Color information
#01D40F (or 0x01D40F) is known color: Free Speech Green. HEX triplet: 01, D4 and 0F. RGB value is (1,212,15). Sum of RGB (Red+Green+Blue) = 1+212+15=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 212 (83.20% from 255 or 92.98% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 212 - color contains mainly: green. Hex color #01D40F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D40F is #FE2BF0. Grayscale: #7F7F7F. Windows color (decimal): -16657393 or 1037313. OLE color: 1037313.
HSL color Cylindrical-coordinate representation of color #01D40F: hue angle of 123.98º 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 #01D40F is Cyan = 1.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 15 | - |
| CMYK | 1.00 | 0 | 0.93 | 0.17 |
| HSL | 123.98º | 0.99% | 0.42% | - |
| HSV(B) | 123.98º | 1% | 0.83% | - |
| XYZ | 23.64 | 47.13 | 8.3 | - |
| YUV | 126.45 | 65.1 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 15 | 1.00 | 0 | 0.93 | 0.17 | 123.98 | 0.99 | 0.42 |
| Hex | 1 | D4 | F | 64 | 0 | 5D | 11 | 7C | 63 | 2A |
| Octal | 1 | 324 | 17 | 144 | 0 | 135 | 21 | 174 | 143 | 52 |
| Binary | 1 | 11010100 | 1111 | 1100100 | 0 | 1011101 | 10001 | 1111100 | 1100011 | 101010 |
Color Harmonies of #01D40F
Complementary color
Monochromatic Colors of #01D40F
Black with #01D40F
Text Example
Text Example
White with #01D40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D40F; }
p { color: rgb(1,212,15); }
H1.HeaderClassName
{
color: #01D40F;
}
.AnyTagClassName
{
color: #01D40F;
}
</style>
background-color css
<style>
a { background-color: #01D40F; }
a { background-color: rgb(1,212,15); }
div.DivClassName
{
background-color: #01D40F;
}
.BgClassName
{
background-color: #01D40F;
}
</style>
border-color css
<style>
span { border-color: #01D40F; }
span { border-color: rgb(1,212,15); }
td.TdClassName
{
border-color: #01D40F;
}
.TagClassName
{
border-color: #01D40F;
}
</style>