Shades of Free Speech Green #15F800
Tints of Free Speech Green #15F800
RGB
CMYK
RGB Variations
Color information
#15F800 (or 0x15F800) is known color: Free Speech Green. HEX triplet: 15, F8 and 00. RGB value is (21,248,0). Sum of RGB (Red+Green+Blue) = 21+248+0=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 248 (97.27% from 255 or 92.19% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 248 - color contains mainly: green. Hex color #15F800 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15F800 is #EA07FF. Grayscale: #989898. Windows color (decimal): -15337472 or 63509. OLE color: 63509.
HSL color Cylindrical-coordinate representation of color #15F800: hue angle of 114.92º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15F800 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 248 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.03 |
| HSL | 114.92º | 1% | 0.49% | - |
| HSV(B) | 114.92º | 1% | 0.97% | - |
| XYZ | 33.88 | 67.29 | 11.2 | - |
| YUV | 151.86 | 42.29 | 34.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 248 | 0 | 0.92 | 0 | 1 | 0.03 | 114.92 | 1 | 0.49 |
| Hex | 15 | F8 | 0 | 5C | 0 | 64 | 3 | 73 | 64 | 31 |
| Octal | 25 | 370 | 0 | 134 | 0 | 144 | 3 | 163 | 144 | 61 |
| Binary | 10101 | 11111000 | 0 | 1011100 | 0 | 1100100 | 11 | 1110011 | 1100100 | 110001 |
Color Harmonies of #15F800
Complementary color
Monochromatic Colors of #15F800
Black with #15F800
Text Example
Text Example
White with #15F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F800; }
p { color: rgb(21,248,0); }
H1.HeaderClassName
{
color: #15F800;
}
.AnyTagClassName
{
color: #15F800;
}
</style>
background-color css
<style>
a { background-color: #15F800; }
a { background-color: rgb(21,248,0); }
div.DivClassName
{
background-color: #15F800;
}
.BgClassName
{
background-color: #15F800;
}
</style>
border-color css
<style>
span { border-color: #15F800; }
span { border-color: rgb(21,248,0); }
td.TdClassName
{
border-color: #15F800;
}
.TagClassName
{
border-color: #15F800;
}
</style>