Shades of Free Speech Green #15F231
Tints of Free Speech Green #15F231
RGB
CMYK
RGB Variations
Color information
#15F231 (or 0x15F231) is known color: Free Speech Green. HEX triplet: 15, F2 and 31. RGB value is (21,242,49). Sum of RGB (Red+Green+Blue) = 21+242+49=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 242 (94.92% from 255 or 77.56% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 242 - color contains mainly: green. Hex color #15F231 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15F231 is #EA0DCE. Grayscale: #9A9A9A. Windows color (decimal): -15338959 or 3273237. OLE color: 3273237.
HSL color Cylindrical-coordinate representation of color #15F231: hue angle of 127.6º degrees, saturation: 0.89, 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 #15F231 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 242 | 49 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.05 |
| HSL | 127.6º | 0.89% | 0.52% | - |
| HSV(B) | 127.6º | 0.91% | 0.95% | - |
| XYZ | 32.62 | 63.89 | 13.52 | - |
| YUV | 153.92 | 68.78 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 242 | 49 | 0.91 | 0 | 0.80 | 0.05 | 127.6 | 0.89 | 0.52 |
| Hex | 15 | F2 | 31 | 5B | 0 | 50 | 5 | 80 | 59 | 34 |
| Octal | 25 | 362 | 61 | 133 | 0 | 120 | 5 | 200 | 131 | 64 |
| Binary | 10101 | 11110010 | 110001 | 1011011 | 0 | 1010000 | 101 | 10000000 | 1011001 | 110100 |
Color Harmonies of #15F231
Complementary color
Monochromatic Colors of #15F231
Black with #15F231
Text Example
Text Example
White with #15F231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F231; }
p { color: rgb(21,242,49); }
H1.HeaderClassName
{
color: #15F231;
}
.AnyTagClassName
{
color: #15F231;
}
</style>
background-color css
<style>
a { background-color: #15F231; }
a { background-color: rgb(21,242,49); }
div.DivClassName
{
background-color: #15F231;
}
.BgClassName
{
background-color: #15F231;
}
</style>
border-color css
<style>
span { border-color: #15F231; }
span { border-color: rgb(21,242,49); }
td.TdClassName
{
border-color: #15F231;
}
.TagClassName
{
border-color: #15F231;
}
</style>