Shades of Free Speech Green #15D81B
Tints of Free Speech Green #15D81B
RGB
CMYK
RGB Variations
Color information
#15D81B (or 0x15D81B) is known color: Free Speech Green. HEX triplet: 15, D8 and 1B. RGB value is (21,216,27). Sum of RGB (Red+Green+Blue) = 21+216+27=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 216 (84.77% from 255 or 81.82% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 216 - color contains mainly: green. Hex color #15D81B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D81B is #EA27E4. Grayscale: #888888. Windows color (decimal): -15345637 or 1824789. OLE color: 1824789.
HSL color Cylindrical-coordinate representation of color #15D81B: hue angle of 121.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D81B is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 216 | 27 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.15 |
| HSL | 121.85º | 0.82% | 0.46% | - |
| HSV(B) | 121.85º | 0.9% | 0.85% | - |
| XYZ | 25.06 | 49.35 | 9.24 | - |
| YUV | 136.15 | 66.4 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 216 | 27 | 0.90 | 0 | 0.88 | 0.15 | 121.85 | 0.82 | 0.46 |
| Hex | 15 | D8 | 1B | 5A | 0 | 58 | F | 7A | 52 | 2E |
| Octal | 25 | 330 | 33 | 132 | 0 | 130 | 17 | 172 | 122 | 56 |
| Binary | 10101 | 11011000 | 11011 | 1011010 | 0 | 1011000 | 1111 | 1111010 | 1010010 | 101110 |
Color Harmonies of #15D81B
Complementary color
Monochromatic Colors of #15D81B
Black with #15D81B
Text Example
Text Example
White with #15D81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D81B; }
p { color: rgb(21,216,27); }
H1.HeaderClassName
{
color: #15D81B;
}
.AnyTagClassName
{
color: #15D81B;
}
</style>
background-color css
<style>
a { background-color: #15D81B; }
a { background-color: rgb(21,216,27); }
div.DivClassName
{
background-color: #15D81B;
}
.BgClassName
{
background-color: #15D81B;
}
</style>
border-color css
<style>
span { border-color: #15D81B; }
span { border-color: rgb(21,216,27); }
td.TdClassName
{
border-color: #15D81B;
}
.TagClassName
{
border-color: #15D81B;
}
</style>