Shades of Free Speech Green #18F127
Tints of Free Speech Green #18F127
RGB
CMYK
RGB Variations
Color information
#18F127 (or 0x18F127) is known color: Free Speech Green. HEX triplet: 18, F1 and 27. RGB value is (24,241,39). Sum of RGB (Red+Green+Blue) = 24+241+39=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 241 (94.53% from 255 or 79.28% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 241 - color contains mainly: green. Hex color #18F127 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F127 is #E70ED8. Grayscale: #999999. Windows color (decimal): -15142617 or 2617624. OLE color: 2617624.
HSL color Cylindrical-coordinate representation of color #18F127: hue angle of 124.15º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F127 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 241 | 39 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.05 |
| HSL | 124.15º | 0.89% | 0.52% | - |
| HSV(B) | 124.15º | 0.9% | 0.95% | - |
| XYZ | 32.2 | 63.25 | 12.43 | - |
| YUV | 153.09 | 63.61 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 39 | 0.90 | 0 | 0.84 | 0.05 | 124.15 | 0.89 | 0.52 |
| Hex | 18 | F1 | 27 | 5A | 0 | 54 | 5 | 7C | 59 | 34 |
| Octal | 30 | 361 | 47 | 132 | 0 | 124 | 5 | 174 | 131 | 64 |
| Binary | 11000 | 11110001 | 100111 | 1011010 | 0 | 1010100 | 101 | 1111100 | 1011001 | 110100 |
Color Harmonies of #18F127
Complementary color
Monochromatic Colors of #18F127
Black with #18F127
Text Example
Text Example
White with #18F127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F127; }
p { color: rgb(24,241,39); }
H1.HeaderClassName
{
color: #18F127;
}
.AnyTagClassName
{
color: #18F127;
}
</style>
background-color css
<style>
a { background-color: #18F127; }
a { background-color: rgb(24,241,39); }
div.DivClassName
{
background-color: #18F127;
}
.BgClassName
{
background-color: #18F127;
}
</style>
border-color css
<style>
span { border-color: #18F127; }
span { border-color: rgb(24,241,39); }
td.TdClassName
{
border-color: #18F127;
}
.TagClassName
{
border-color: #18F127;
}
</style>