Shades of Free Speech Green #15D50D
Tints of Free Speech Green #15D50D
RGB
CMYK
RGB Variations
Color information
#15D50D (or 0x15D50D) is known color: Free Speech Green. HEX triplet: 15, D5 and 0D. RGB value is (21,213,13). Sum of RGB (Red+Green+Blue) = 21+213+13=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 213 (83.59% from 255 or 86.23% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 213 - color contains mainly: green. Hex color #15D50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D50D is #EA2AF2. Grayscale: #858585. Windows color (decimal): -15346419 or 906517. OLE color: 906517.
HSL color Cylindrical-coordinate representation of color #15D50D: hue angle of 117.6º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15D50D is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 213 | 13 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.16 |
| HSL | 117.6º | 0.88% | 0.44% | - |
| HSV(B) | 117.6º | 0.94% | 0.84% | - |
| XYZ | 24.18 | 47.78 | 8.33 | - |
| YUV | 132.79 | 60.39 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 213 | 13 | 0.90 | 0 | 0.94 | 0.16 | 117.6 | 0.88 | 0.44 |
| Hex | 15 | D5 | D | 5A | 0 | 5E | 10 | 76 | 58 | 2C |
| Octal | 25 | 325 | 15 | 132 | 0 | 136 | 20 | 166 | 130 | 54 |
| Binary | 10101 | 11010101 | 1101 | 1011010 | 0 | 1011110 | 10000 | 1110110 | 1011000 | 101100 |
Color Harmonies of #15D50D
Complementary color
Monochromatic Colors of #15D50D
Black with #15D50D
Text Example
Text Example
White with #15D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D50D; }
p { color: rgb(21,213,13); }
H1.HeaderClassName
{
color: #15D50D;
}
.AnyTagClassName
{
color: #15D50D;
}
</style>
background-color css
<style>
a { background-color: #15D50D; }
a { background-color: rgb(21,213,13); }
div.DivClassName
{
background-color: #15D50D;
}
.BgClassName
{
background-color: #15D50D;
}
</style>
border-color css
<style>
span { border-color: #15D50D; }
span { border-color: rgb(21,213,13); }
td.TdClassName
{
border-color: #15D50D;
}
.TagClassName
{
border-color: #15D50D;
}
</style>