Shades of Free Speech Green #15D105
Tints of Free Speech Green #15D105
RGB
CMYK
RGB Variations
Color information
#15D105 (or 0x15D105) is known color: Free Speech Green. HEX triplet: 15, D1 and 05. RGB value is (21,209,5). Sum of RGB (Red+Green+Blue) = 21+209+5=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 209 (82.03% from 255 or 88.94% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 209 - color contains mainly: green. Hex color #15D105 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D105 is #EA2EFA. Grayscale: #828282. Windows color (decimal): -15347451 or 381205. OLE color: 381205.
HSL color Cylindrical-coordinate representation of color #15D105: hue angle of 115.29º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15D105 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 209 | 5 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.18 |
| HSL | 115.29º | 0.95% | 0.42% | - |
| HSV(B) | 115.29º | 0.98% | 0.82% | - |
| XYZ | 23.14 | 45.77 | 7.76 | - |
| YUV | 129.53 | 57.72 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 209 | 5 | 0.90 | 0 | 0.98 | 0.18 | 115.29 | 0.95 | 0.42 |
| Hex | 15 | D1 | 5 | 5A | 0 | 62 | 12 | 73 | 5F | 2A |
| Octal | 25 | 321 | 5 | 132 | 0 | 142 | 22 | 163 | 137 | 52 |
| Binary | 10101 | 11010001 | 101 | 1011010 | 0 | 1100010 | 10010 | 1110011 | 1011111 | 101010 |
Color Harmonies of #15D105
Complementary color
Monochromatic Colors of #15D105
Black with #15D105
Text Example
Text Example
White with #15D105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D105; }
p { color: rgb(21,209,5); }
H1.HeaderClassName
{
color: #15D105;
}
.AnyTagClassName
{
color: #15D105;
}
</style>
background-color css
<style>
a { background-color: #15D105; }
a { background-color: rgb(21,209,5); }
div.DivClassName
{
background-color: #15D105;
}
.BgClassName
{
background-color: #15D105;
}
</style>
border-color css
<style>
span { border-color: #15D105; }
span { border-color: rgb(21,209,5); }
td.TdClassName
{
border-color: #15D105;
}
.TagClassName
{
border-color: #15D105;
}
</style>