Shades of Free Speech Green #18F313
Tints of Free Speech Green #18F313
RGB
CMYK
RGB Variations
Color information
#18F313 (or 0x18F313) is known color: Free Speech Green. HEX triplet: 18, F3 and 13. RGB value is (24,243,19). Sum of RGB (Red+Green+Blue) = 24+243+19=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 243 (95.31% from 255 or 84.97% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 243 - color contains mainly: green. Hex color #18F313 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F313 is #E70CEC. Grayscale: #989898. Windows color (decimal): -15142125 or 1307416. OLE color: 1307416.
HSL color Cylindrical-coordinate representation of color #18F313: hue angle of 118.66º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18F313 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 19 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.05 |
| HSL | 118.66º | 0.9% | 0.51% | - |
| HSV(B) | 118.66º | 0.92% | 0.95% | - |
| XYZ | 32.54 | 64.34 | 11.32 | - |
| YUV | 151.98 | 52.95 | 36.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 19 | 0.90 | 0 | 0.92 | 0.05 | 118.66 | 0.9 | 0.51 |
| Hex | 18 | F3 | 13 | 5A | 0 | 5C | 5 | 77 | 5A | 33 |
| Octal | 30 | 363 | 23 | 132 | 0 | 134 | 5 | 167 | 132 | 63 |
| Binary | 11000 | 11110011 | 10011 | 1011010 | 0 | 1011100 | 101 | 1110111 | 1011010 | 110011 |
Color Harmonies of #18F313
Complementary color
Monochromatic Colors of #18F313
Black with #18F313
Text Example
Text Example
White with #18F313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F313; }
p { color: rgb(24,243,19); }
H1.HeaderClassName
{
color: #18F313;
}
.AnyTagClassName
{
color: #18F313;
}
</style>
background-color css
<style>
a { background-color: #18F313; }
a { background-color: rgb(24,243,19); }
div.DivClassName
{
background-color: #18F313;
}
.BgClassName
{
background-color: #18F313;
}
</style>
border-color css
<style>
span { border-color: #18F313; }
span { border-color: rgb(24,243,19); }
td.TdClassName
{
border-color: #18F313;
}
.TagClassName
{
border-color: #18F313;
}
</style>