Shades of Free Speech Green #15F312
Tints of Free Speech Green #15F312
RGB
CMYK
RGB Variations
Color information
#15F312 (or 0x15F312) is known color: Free Speech Green. HEX triplet: 15, F3 and 12. RGB value is (21,243,18). Sum of RGB (Red+Green+Blue) = 21+243+18=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 243 (95.31% from 255 or 86.17% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 243 - color contains mainly: green. Hex color #15F312 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15F312 is #EA0CED. Grayscale: #979797. Windows color (decimal): -15338734 or 1241877. OLE color: 1241877.
HSL color Cylindrical-coordinate representation of color #15F312: hue angle of 119.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15F312 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 243 | 18 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.05 |
| HSL | 119.2º | 0.9% | 0.51% | - |
| HSV(B) | 119.2º | 0.93% | 0.95% | - |
| XYZ | 32.47 | 64.3 | 11.27 | - |
| YUV | 150.97 | 52.95 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 243 | 18 | 0.91 | 0 | 0.93 | 0.05 | 119.2 | 0.9 | 0.51 |
| Hex | 15 | F3 | 12 | 5B | 0 | 5D | 5 | 77 | 5A | 33 |
| Octal | 25 | 363 | 22 | 133 | 0 | 135 | 5 | 167 | 132 | 63 |
| Binary | 10101 | 11110011 | 10010 | 1011011 | 0 | 1011101 | 101 | 1110111 | 1011010 | 110011 |
Color Harmonies of #15F312
Complementary color
Monochromatic Colors of #15F312
Black with #15F312
Text Example
Text Example
White with #15F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F312; }
p { color: rgb(21,243,18); }
H1.HeaderClassName
{
color: #15F312;
}
.AnyTagClassName
{
color: #15F312;
}
</style>
background-color css
<style>
a { background-color: #15F312; }
a { background-color: rgb(21,243,18); }
div.DivClassName
{
background-color: #15F312;
}
.BgClassName
{
background-color: #15F312;
}
</style>
border-color css
<style>
span { border-color: #15F312; }
span { border-color: rgb(21,243,18); }
td.TdClassName
{
border-color: #15F312;
}
.TagClassName
{
border-color: #15F312;
}
</style>