Shades of Free Speech Green #18F830
Tints of Free Speech Green #18F830
RGB
CMYK
RGB Variations
Color information
#18F830 (or 0x18F830) is known color: Free Speech Green. HEX triplet: 18, F8 and 30. RGB value is (24,248,48). Sum of RGB (Red+Green+Blue) = 24+248+48=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 248 (97.27% from 255 or 77.5% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 248 - color contains mainly: green. Hex color #18F830 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F830 is #E707CF. Grayscale: #9E9E9E. Windows color (decimal): -15140816 or 3209240. OLE color: 3209240.
HSL color Cylindrical-coordinate representation of color #18F830: hue angle of 126.43º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F830 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 48 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.03 |
| HSL | 126.43º | 0.94% | 0.53% | - |
| HSV(B) | 126.43º | 0.9% | 0.97% | - |
| XYZ | 34.48 | 67.54 | 14.02 | - |
| YUV | 158.22 | 65.79 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 48 | 0.90 | 0 | 0.81 | 0.03 | 126.43 | 0.94 | 0.53 |
| Hex | 18 | F8 | 30 | 5A | 0 | 51 | 3 | 7E | 5E | 35 |
| Octal | 30 | 370 | 60 | 132 | 0 | 121 | 3 | 176 | 136 | 65 |
| Binary | 11000 | 11111000 | 110000 | 1011010 | 0 | 1010001 | 11 | 1111110 | 1011110 | 110101 |
Color Harmonies of #18F830
Complementary color
Monochromatic Colors of #18F830
Black with #18F830
Text Example
Text Example
White with #18F830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F830; }
p { color: rgb(24,248,48); }
H1.HeaderClassName
{
color: #18F830;
}
.AnyTagClassName
{
color: #18F830;
}
</style>
background-color css
<style>
a { background-color: #18F830; }
a { background-color: rgb(24,248,48); }
div.DivClassName
{
background-color: #18F830;
}
.BgClassName
{
background-color: #18F830;
}
</style>
border-color css
<style>
span { border-color: #18F830; }
span { border-color: rgb(24,248,48); }
td.TdClassName
{
border-color: #18F830;
}
.TagClassName
{
border-color: #18F830;
}
</style>