Shades of Free Speech Green #15FA1D
Tints of Free Speech Green #15FA1D
RGB
CMYK
RGB Variations
Color information
#15FA1D (or 0x15FA1D) is known color: Free Speech Green. HEX triplet: 15, FA and 1D. RGB value is (21,250,29). Sum of RGB (Red+Green+Blue) = 21+250+29=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 250 (98.05% from 255 or 83.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 250 - color contains mainly: green. Hex color #15FA1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15FA1D is #EA05E2. Grayscale: #9C9C9C. Windows color (decimal): -15336931 or 1964565. OLE color: 1964565.
HSL color Cylindrical-coordinate representation of color #15FA1D: hue angle of 122.1º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FA1D is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 250 | 29 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.02 |
| HSL | 122.1º | 0.96% | 0.53% | - |
| HSV(B) | 122.1º | 0.92% | 0.98% | - |
| XYZ | 34.72 | 68.62 | 12.58 | - |
| YUV | 156.34 | 56.13 | 31.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 250 | 29 | 0.92 | 0 | 0.88 | 0.02 | 122.1 | 0.96 | 0.53 |
| Hex | 15 | FA | 1D | 5C | 0 | 58 | 2 | 7A | 60 | 35 |
| Octal | 25 | 372 | 35 | 134 | 0 | 130 | 2 | 172 | 140 | 65 |
| Binary | 10101 | 11111010 | 11101 | 1011100 | 0 | 1011000 | 10 | 1111010 | 1100000 | 110101 |
Color Harmonies of #15FA1D
Complementary color
Monochromatic Colors of #15FA1D
Black with #15FA1D
Text Example
Text Example
White with #15FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FA1D; }
p { color: rgb(21,250,29); }
H1.HeaderClassName
{
color: #15FA1D;
}
.AnyTagClassName
{
color: #15FA1D;
}
</style>
background-color css
<style>
a { background-color: #15FA1D; }
a { background-color: rgb(21,250,29); }
div.DivClassName
{
background-color: #15FA1D;
}
.BgClassName
{
background-color: #15FA1D;
}
</style>
border-color css
<style>
span { border-color: #15FA1D; }
span { border-color: rgb(21,250,29); }
td.TdClassName
{
border-color: #15FA1D;
}
.TagClassName
{
border-color: #15FA1D;
}
</style>