Shades of Free Speech Green #18F013
Tints of Free Speech Green #18F013
RGB
CMYK
RGB Variations
Color information
#18F013 (or 0x18F013) is known color: Free Speech Green. HEX triplet: 18, F0 and 13. RGB value is (24,240,19). Sum of RGB (Red+Green+Blue) = 24+240+19=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 240 (94.14% from 255 or 84.81% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 240 - color contains mainly: green. Hex color #18F013 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F013 is #E70FEC. Grayscale: #969696. Windows color (decimal): -15142893 or 1306648. OLE color: 1306648.
HSL color Cylindrical-coordinate representation of color #18F013: hue angle of 118.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18F013 is Cyan = 0.9, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 19 | - |
| CMYK | 0.9 | 0 | 0.92 | 0.06 |
| HSL | 118.64º | 0.88% | 0.51% | - |
| HSV(B) | 118.64º | 0.92% | 0.94% | - |
| XYZ | 31.65 | 62.56 | 11.02 | - |
| YUV | 150.22 | 53.94 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 19 | 0.9 | 0 | 0.92 | 0.06 | 118.64 | 0.88 | 0.51 |
| Hex | 18 | F0 | 13 | 5A | 0 | 5C | 6 | 77 | 58 | 33 |
| Octal | 30 | 360 | 23 | 132 | 0 | 134 | 6 | 167 | 130 | 63 |
| Binary | 11000 | 11110000 | 10011 | 1011010 | 0 | 1011100 | 110 | 1110111 | 1011000 | 110011 |
Color Harmonies of #18F013
Complementary color
Monochromatic Colors of #18F013
Black with #18F013
Text Example
Text Example
White with #18F013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F013; }
p { color: rgb(24,240,19); }
H1.HeaderClassName
{
color: #18F013;
}
.AnyTagClassName
{
color: #18F013;
}
</style>
background-color css
<style>
a { background-color: #18F013; }
a { background-color: rgb(24,240,19); }
div.DivClassName
{
background-color: #18F013;
}
.BgClassName
{
background-color: #18F013;
}
</style>
border-color css
<style>
span { border-color: #18F013; }
span { border-color: rgb(24,240,19); }
td.TdClassName
{
border-color: #18F013;
}
.TagClassName
{
border-color: #18F013;
}
</style>