Shades of Free Speech Green #18F314
Tints of Free Speech Green #18F314
RGB
CMYK
RGB Variations
Color information
#18F314 (or 0x18F314) is known color: Free Speech Green. HEX triplet: 18, F3 and 14. RGB value is (24,243,20). Sum of RGB (Red+Green+Blue) = 24+243+20=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 243 (95.31% from 255 or 84.67% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 243 - color contains mainly: green. Hex color #18F314 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F314 is #E70CEB. Grayscale: #989898. Windows color (decimal): -15142124 or 1372952. OLE color: 1372952.
HSL color Cylindrical-coordinate representation of color #18F314: hue angle of 118.92º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18F314 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 20 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.05 |
| HSL | 118.92º | 0.9% | 0.52% | - |
| HSV(B) | 118.92º | 0.92% | 0.95% | - |
| XYZ | 32.55 | 64.35 | 11.37 | - |
| YUV | 152.1 | 53.45 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 20 | 0.90 | 0 | 0.92 | 0.05 | 118.92 | 0.9 | 0.52 |
| Hex | 18 | F3 | 14 | 5A | 0 | 5C | 5 | 77 | 5A | 34 |
| Octal | 30 | 363 | 24 | 132 | 0 | 134 | 5 | 167 | 132 | 64 |
| Binary | 11000 | 11110011 | 10100 | 1011010 | 0 | 1011100 | 101 | 1110111 | 1011010 | 110100 |
Color Harmonies of #18F314
Complementary color
Monochromatic Colors of #18F314
Black with #18F314
Text Example
Text Example
White with #18F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F314; }
p { color: rgb(24,243,20); }
H1.HeaderClassName
{
color: #18F314;
}
.AnyTagClassName
{
color: #18F314;
}
</style>
background-color css
<style>
a { background-color: #18F314; }
a { background-color: rgb(24,243,20); }
div.DivClassName
{
background-color: #18F314;
}
.BgClassName
{
background-color: #18F314;
}
</style>
border-color css
<style>
span { border-color: #18F314; }
span { border-color: rgb(24,243,20); }
td.TdClassName
{
border-color: #18F314;
}
.TagClassName
{
border-color: #18F314;
}
</style>