Shades of Free Speech Green #15D712
Tints of Free Speech Green #15D712
RGB
CMYK
RGB Variations
Color information
#15D712 (or 0x15D712) is known color: Free Speech Green. HEX triplet: 15, D7 and 12. RGB value is (21,215,18). Sum of RGB (Red+Green+Blue) = 21+215+18=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 215 (84.38% from 255 or 84.65% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 215 - color contains mainly: green. Hex color #15D712 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D712 is #EA28ED. Grayscale: #878787. Windows color (decimal): -15345902 or 1234709. OLE color: 1234709.
HSL color Cylindrical-coordinate representation of color #15D712: hue angle of 119.09º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15D712 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 215 | 18 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.16 |
| HSL | 119.09º | 0.85% | 0.46% | - |
| HSV(B) | 119.09º | 0.92% | 0.84% | - |
| XYZ | 24.72 | 48.8 | 8.69 | - |
| YUV | 134.54 | 62.23 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 215 | 18 | 0.90 | 0 | 0.92 | 0.16 | 119.09 | 0.85 | 0.46 |
| Hex | 15 | D7 | 12 | 5A | 0 | 5C | 10 | 77 | 55 | 2E |
| Octal | 25 | 327 | 22 | 132 | 0 | 134 | 20 | 167 | 125 | 56 |
| Binary | 10101 | 11010111 | 10010 | 1011010 | 0 | 1011100 | 10000 | 1110111 | 1010101 | 101110 |
Color Harmonies of #15D712
Complementary color
Monochromatic Colors of #15D712
Black with #15D712
Text Example
Text Example
White with #15D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D712; }
p { color: rgb(21,215,18); }
H1.HeaderClassName
{
color: #15D712;
}
.AnyTagClassName
{
color: #15D712;
}
</style>
background-color css
<style>
a { background-color: #15D712; }
a { background-color: rgb(21,215,18); }
div.DivClassName
{
background-color: #15D712;
}
.BgClassName
{
background-color: #15D712;
}
</style>
border-color css
<style>
span { border-color: #15D712; }
span { border-color: rgb(21,215,18); }
td.TdClassName
{
border-color: #15D712;
}
.TagClassName
{
border-color: #15D712;
}
</style>