Shades of Free Speech Green #15D80A
Tints of Free Speech Green #15D80A
RGB
CMYK
RGB Variations
Color information
#15D80A (or 0x15D80A) is known color: Free Speech Green. HEX triplet: 15, D8 and 0A. RGB value is (21,216,10). Sum of RGB (Red+Green+Blue) = 21+216+10=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 216 (84.77% from 255 or 87.45% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 216 - color contains mainly: green. Hex color #15D80A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D80A is #EA27F5. Grayscale: #868686. Windows color (decimal): -15345654 or 710677. OLE color: 710677.
HSL color Cylindrical-coordinate representation of color #15D80A: hue angle of 116.8º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15D80A is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 216 | 10 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.15 |
| HSL | 116.8º | 0.91% | 0.44% | - |
| HSV(B) | 116.8º | 0.95% | 0.85% | - |
| XYZ | 24.92 | 49.29 | 8.49 | - |
| YUV | 134.21 | 57.9 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 216 | 10 | 0.90 | 0 | 0.95 | 0.15 | 116.8 | 0.91 | 0.44 |
| Hex | 15 | D8 | A | 5A | 0 | 5F | F | 75 | 5B | 2C |
| Octal | 25 | 330 | 12 | 132 | 0 | 137 | 17 | 165 | 133 | 54 |
| Binary | 10101 | 11011000 | 1010 | 1011010 | 0 | 1011111 | 1111 | 1110101 | 1011011 | 101100 |
Color Harmonies of #15D80A
Complementary color
Monochromatic Colors of #15D80A
Black with #15D80A
Text Example
Text Example
White with #15D80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D80A; }
p { color: rgb(21,216,10); }
H1.HeaderClassName
{
color: #15D80A;
}
.AnyTagClassName
{
color: #15D80A;
}
</style>
background-color css
<style>
a { background-color: #15D80A; }
a { background-color: rgb(21,216,10); }
div.DivClassName
{
background-color: #15D80A;
}
.BgClassName
{
background-color: #15D80A;
}
</style>
border-color css
<style>
span { border-color: #15D80A; }
span { border-color: rgb(21,216,10); }
td.TdClassName
{
border-color: #15D80A;
}
.TagClassName
{
border-color: #15D80A;
}
</style>