Shades of Free Speech Green #15FF0D
Tints of Free Speech Green #15FF0D
RGB
CMYK
RGB Variations
Color information
#15FF0D (or 0x15FF0D) is known color: Free Speech Green. HEX triplet: 15, FF and 0D. RGB value is (21,255,13). Sum of RGB (Red+Green+Blue) = 21+255+13=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 255 (100% from 255 or 88.24% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 255 - color contains mainly: green. Hex color #15FF0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15FF0D is #EA00F2. Grayscale: #9E9E9E. Windows color (decimal): -15335667 or 917269. OLE color: 917269.
HSL color Cylindrical-coordinate representation of color #15FF0D: hue angle of 118.02º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15FF0D is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 13 | - |
| CMYK | 0.92 | 0 | 0.95 | 0 |
| HSL | 118.02º | 1% | 0.53% | - |
| HSV(B) | 118.02º | 0.95% | 1% | - |
| XYZ | 36.14 | 71.71 | 12.32 | - |
| YUV | 157.45 | 46.48 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 13 | 0.92 | 0 | 0.95 | 0 | 118.02 | 1 | 0.53 |
| Hex | 15 | FF | D | 5C | 0 | 5F | 0 | 76 | 64 | 35 |
| Octal | 25 | 377 | 15 | 134 | 0 | 137 | 0 | 166 | 144 | 65 |
| Binary | 10101 | 11111111 | 1101 | 1011100 | 0 | 1011111 | 0 | 1110110 | 1100100 | 110101 |
Color Harmonies of #15FF0D
Complementary color
Monochromatic Colors of #15FF0D
Black with #15FF0D
Text Example
Text Example
White with #15FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FF0D; }
p { color: rgb(21,255,13); }
H1.HeaderClassName
{
color: #15FF0D;
}
.AnyTagClassName
{
color: #15FF0D;
}
</style>
background-color css
<style>
a { background-color: #15FF0D; }
a { background-color: rgb(21,255,13); }
div.DivClassName
{
background-color: #15FF0D;
}
.BgClassName
{
background-color: #15FF0D;
}
</style>
border-color css
<style>
span { border-color: #15FF0D; }
span { border-color: rgb(21,255,13); }
td.TdClassName
{
border-color: #15FF0D;
}
.TagClassName
{
border-color: #15FF0D;
}
</style>