Shades of Free Speech Green #01D715
Tints of Free Speech Green #01D715
RGB
CMYK
RGB Variations
Color information
#01D715 (or 0x01D715) is known color: Free Speech Green. HEX triplet: 01, D7 and 15. RGB value is (1,215,21). Sum of RGB (Red+Green+Blue) = 1+215+21=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 215 (84.38% from 255 or 90.72% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 215 - color contains mainly: green. Hex color #01D715 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D715 is #FE28EA. Grayscale: #818181. Windows color (decimal): -16656619 or 1431297. OLE color: 1431297.
HSL color Cylindrical-coordinate representation of color #01D715: hue angle of 125.61º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D715 is Cyan = 1.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 215 | 21 | - |
| CMYK | 1.00 | 0 | 0.90 | 0.16 |
| HSL | 125.61º | 0.99% | 0.42% | - |
| HSV(B) | 125.61º | 1% | 0.84% | - |
| XYZ | 24.45 | 48.66 | 8.81 | - |
| YUV | 128.9 | 67.1 | 36.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 215 | 21 | 1.00 | 0 | 0.90 | 0.16 | 125.61 | 0.99 | 0.42 |
| Hex | 1 | D7 | 15 | 64 | 0 | 5A | 10 | 7E | 63 | 2A |
| Octal | 1 | 327 | 25 | 144 | 0 | 132 | 20 | 176 | 143 | 52 |
| Binary | 1 | 11010111 | 10101 | 1100100 | 0 | 1011010 | 10000 | 1111110 | 1100011 | 101010 |
Color Harmonies of #01D715
Complementary color
Monochromatic Colors of #01D715
Black with #01D715
Text Example
Text Example
White with #01D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D715; }
p { color: rgb(1,215,21); }
H1.HeaderClassName
{
color: #01D715;
}
.AnyTagClassName
{
color: #01D715;
}
</style>
background-color css
<style>
a { background-color: #01D715; }
a { background-color: rgb(1,215,21); }
div.DivClassName
{
background-color: #01D715;
}
.BgClassName
{
background-color: #01D715;
}
</style>
border-color css
<style>
span { border-color: #01D715; }
span { border-color: rgb(1,215,21); }
td.TdClassName
{
border-color: #01D715;
}
.TagClassName
{
border-color: #01D715;
}
</style>