Shades of Free Speech Green #15F315
Tints of Free Speech Green #15F315
RGB
CMYK
RGB Variations
Color information
#15F315 (or 0x15F315) is known color: Free Speech Green. HEX triplet: 15, F3 and 15. RGB value is (21,243,21). Sum of RGB (Red+Green+Blue) = 21+243+21=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 243 (95.31% from 255 or 85.26% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 243 - color contains mainly: green. Hex color #15F315 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15F315 is #EA0CEA. Grayscale: #979797. Windows color (decimal): -15338731 or 1438485. OLE color: 1438485.
HSL color Cylindrical-coordinate representation of color #15F315: hue angle of 120º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F315 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 243 | 21 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.05 |
| HSL | 120º | 0.9% | 0.52% | - |
| HSV(B) | 120º | 0.91% | 0.95% | - |
| XYZ | 32.5 | 64.31 | 11.41 | - |
| YUV | 151.31 | 54.45 | 35.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 243 | 21 | 0.91 | 0 | 0.91 | 0.05 | 120 | 0.9 | 0.52 |
| Hex | 15 | F3 | 15 | 5B | 0 | 5B | 5 | 78 | 5A | 34 |
| Octal | 25 | 363 | 25 | 133 | 0 | 133 | 5 | 170 | 132 | 64 |
| Binary | 10101 | 11110011 | 10101 | 1011011 | 0 | 1011011 | 101 | 1111000 | 1011010 | 110100 |
Color Harmonies of #15F315
Complementary color
Monochromatic Colors of #15F315
Black with #15F315
Text Example
Text Example
White with #15F315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F315; }
p { color: rgb(21,243,21); }
H1.HeaderClassName
{
color: #15F315;
}
.AnyTagClassName
{
color: #15F315;
}
</style>
background-color css
<style>
a { background-color: #15F315; }
a { background-color: rgb(21,243,21); }
div.DivClassName
{
background-color: #15F315;
}
.BgClassName
{
background-color: #15F315;
}
</style>
border-color css
<style>
span { border-color: #15F315; }
span { border-color: rgb(21,243,21); }
td.TdClassName
{
border-color: #15F315;
}
.TagClassName
{
border-color: #15F315;
}
</style>