Shades of Free Speech Green #15D912
Tints of Free Speech Green #15D912
RGB
CMYK
RGB Variations
Color information
#15D912 (or 0x15D912) is known color: Free Speech Green. HEX triplet: 15, D9 and 12. RGB value is (21,217,18). Sum of RGB (Red+Green+Blue) = 21+217+18=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 217 (85.16% from 255 or 84.77% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 217 - color contains mainly: green. Hex color #15D912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D912 is #EA26ED. Grayscale: #888888. Windows color (decimal): -15345390 or 1235221. OLE color: 1235221.
HSL color Cylindrical-coordinate representation of color #15D912: hue angle of 119.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15D912 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 217 | 18 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.15 |
| HSL | 119.1º | 0.85% | 0.46% | - |
| HSV(B) | 119.1º | 0.92% | 0.85% | - |
| XYZ | 25.23 | 49.83 | 8.86 | - |
| YUV | 135.71 | 61.57 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 217 | 18 | 0.90 | 0 | 0.92 | 0.15 | 119.1 | 0.85 | 0.46 |
| Hex | 15 | D9 | 12 | 5A | 0 | 5C | F | 77 | 55 | 2E |
| Octal | 25 | 331 | 22 | 132 | 0 | 134 | 17 | 167 | 125 | 56 |
| Binary | 10101 | 11011001 | 10010 | 1011010 | 0 | 1011100 | 1111 | 1110111 | 1010101 | 101110 |
Color Harmonies of #15D912
Complementary color
Monochromatic Colors of #15D912
Black with #15D912
Text Example
Text Example
White with #15D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D912; }
p { color: rgb(21,217,18); }
H1.HeaderClassName
{
color: #15D912;
}
.AnyTagClassName
{
color: #15D912;
}
</style>
background-color css
<style>
a { background-color: #15D912; }
a { background-color: rgb(21,217,18); }
div.DivClassName
{
background-color: #15D912;
}
.BgClassName
{
background-color: #15D912;
}
</style>
border-color css
<style>
span { border-color: #15D912; }
span { border-color: rgb(21,217,18); }
td.TdClassName
{
border-color: #15D912;
}
.TagClassName
{
border-color: #15D912;
}
</style>