Shades of Free Speech Green #15D007
Tints of Free Speech Green #15D007
RGB
CMYK
RGB Variations
Color information
#15D007 (or 0x15D007) is known color: Free Speech Green. HEX triplet: 15, D0 and 07. RGB value is (21,208,7). Sum of RGB (Red+Green+Blue) = 21+208+7=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 208 (81.64% from 255 or 88.14% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 208 - color contains mainly: green. Hex color #15D007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D007 is #EA2FF8. Grayscale: #818181. Windows color (decimal): -15347705 or 512021. OLE color: 512021.
HSL color Cylindrical-coordinate representation of color #15D007: hue angle of 115.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15D007 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 208 | 7 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.18 |
| HSL | 115.82º | 0.93% | 0.42% | - |
| HSV(B) | 115.82º | 0.97% | 0.82% | - |
| XYZ | 22.9 | 45.29 | 7.74 | - |
| YUV | 129.17 | 59.05 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 7 | 0.90 | 0 | 0.97 | 0.18 | 115.82 | 0.93 | 0.42 |
| Hex | 15 | D0 | 7 | 5A | 0 | 61 | 12 | 74 | 5D | 2A |
| Octal | 25 | 320 | 7 | 132 | 0 | 141 | 22 | 164 | 135 | 52 |
| Binary | 10101 | 11010000 | 111 | 1011010 | 0 | 1100001 | 10010 | 1110100 | 1011101 | 101010 |
Color Harmonies of #15D007
Complementary color
Monochromatic Colors of #15D007
Black with #15D007
Text Example
Text Example
White with #15D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D007; }
p { color: rgb(21,208,7); }
H1.HeaderClassName
{
color: #15D007;
}
.AnyTagClassName
{
color: #15D007;
}
</style>
background-color css
<style>
a { background-color: #15D007; }
a { background-color: rgb(21,208,7); }
div.DivClassName
{
background-color: #15D007;
}
.BgClassName
{
background-color: #15D007;
}
</style>
border-color css
<style>
span { border-color: #15D007; }
span { border-color: rgb(21,208,7); }
td.TdClassName
{
border-color: #15D007;
}
.TagClassName
{
border-color: #15D007;
}
</style>