Shades of Free Speech Green #15D713
Tints of Free Speech Green #15D713
RGB
CMYK
RGB Variations
Color information
#15D713 (or 0x15D713) is known color: Free Speech Green. HEX triplet: 15, D7 and 13. RGB value is (21,215,19). Sum of RGB (Red+Green+Blue) = 21+215+19=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 215 (84.38% from 255 or 84.31% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 215 - color contains mainly: green. Hex color #15D713 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D713 is #EA28EC. Grayscale: #878787. Windows color (decimal): -15345901 or 1300245. OLE color: 1300245.
HSL color Cylindrical-coordinate representation of color #15D713: hue angle of 119.39º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D713 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 215 | 19 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.16 |
| HSL | 119.39º | 0.84% | 0.46% | - |
| HSV(B) | 119.39º | 0.91% | 0.84% | - |
| XYZ | 24.73 | 48.81 | 8.73 | - |
| YUV | 134.65 | 62.73 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 215 | 19 | 0.90 | 0 | 0.91 | 0.16 | 119.39 | 0.84 | 0.46 |
| Hex | 15 | D7 | 13 | 5A | 0 | 5B | 10 | 77 | 54 | 2E |
| Octal | 25 | 327 | 23 | 132 | 0 | 133 | 20 | 167 | 124 | 56 |
| Binary | 10101 | 11010111 | 10011 | 1011010 | 0 | 1011011 | 10000 | 1110111 | 1010100 | 101110 |
Color Harmonies of #15D713
Complementary color
Monochromatic Colors of #15D713
Black with #15D713
Text Example
Text Example
White with #15D713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D713; }
p { color: rgb(21,215,19); }
H1.HeaderClassName
{
color: #15D713;
}
.AnyTagClassName
{
color: #15D713;
}
</style>
background-color css
<style>
a { background-color: #15D713; }
a { background-color: rgb(21,215,19); }
div.DivClassName
{
background-color: #15D713;
}
.BgClassName
{
background-color: #15D713;
}
</style>
border-color css
<style>
span { border-color: #15D713; }
span { border-color: rgb(21,215,19); }
td.TdClassName
{
border-color: #15D713;
}
.TagClassName
{
border-color: #15D713;
}
</style>