Shades of Free Speech Green #15FF1D
Tints of Free Speech Green #15FF1D
RGB
CMYK
RGB Variations
Color information
#15FF1D (or 0x15FF1D) is known color: Free Speech Green. HEX triplet: 15, FF and 1D. RGB value is (21,255,29). Sum of RGB (Red+Green+Blue) = 21+255+29=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 255 (100% from 255 or 83.61% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 255 - color contains mainly: green. Hex color #15FF1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15FF1D is #EA00E2. Grayscale: #9F9F9F. Windows color (decimal): -15335651 or 1965845. OLE color: 1965845.
HSL color Cylindrical-coordinate representation of color #15FF1D: hue angle of 122.05º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FF1D is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 29 | - |
| CMYK | 0.92 | 0 | 0.89 | 0 |
| HSL | 122.05º | 1% | 0.54% | - |
| HSV(B) | 122.05º | 0.92% | 1% | - |
| XYZ | 36.29 | 71.77 | 13.1 | - |
| YUV | 159.27 | 54.48 | 29.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 29 | 0.92 | 0 | 0.89 | 0 | 122.05 | 1 | 0.54 |
| Hex | 15 | FF | 1D | 5C | 0 | 59 | 0 | 7A | 64 | 36 |
| Octal | 25 | 377 | 35 | 134 | 0 | 131 | 0 | 172 | 144 | 66 |
| Binary | 10101 | 11111111 | 11101 | 1011100 | 0 | 1011001 | 0 | 1111010 | 1100100 | 110110 |
Color Harmonies of #15FF1D
Complementary color
Monochromatic Colors of #15FF1D
Black with #15FF1D
Text Example
Text Example
White with #15FF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FF1D; }
p { color: rgb(21,255,29); }
H1.HeaderClassName
{
color: #15FF1D;
}
.AnyTagClassName
{
color: #15FF1D;
}
</style>
background-color css
<style>
a { background-color: #15FF1D; }
a { background-color: rgb(21,255,29); }
div.DivClassName
{
background-color: #15FF1D;
}
.BgClassName
{
background-color: #15FF1D;
}
</style>
border-color css
<style>
span { border-color: #15FF1D; }
span { border-color: rgb(21,255,29); }
td.TdClassName
{
border-color: #15FF1D;
}
.TagClassName
{
border-color: #15FF1D;
}
</style>