Shades of Free Speech Green #1CF918
Tints of Free Speech Green #1CF918
RGB
CMYK
RGB Variations
Color information
#1CF918 (or 0x1CF918) is known color: Free Speech Green. HEX triplet: 1C, F9 and 18. RGB value is (28,249,24). Sum of RGB (Red+Green+Blue) = 28+249+24=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 249 (97.66% from 255 or 82.72% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF918 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF918 is #E306E7. Grayscale: #9D9D9D. Windows color (decimal): -14878440 or 1636636. OLE color: 1636636.
HSL color Cylindrical-coordinate representation of color #1CF918: hue angle of 118.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CF918 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 249 | 24 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.02 |
| HSL | 118.93º | 0.95% | 0.54% | - |
| HSV(B) | 118.93º | 0.9% | 0.98% | - |
| XYZ | 34.52 | 68.06 | 12.18 | - |
| YUV | 157.27 | 52.78 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 249 | 24 | 0.89 | 0 | 0.90 | 0.02 | 118.93 | 0.95 | 0.54 |
| Hex | 1C | F9 | 18 | 59 | 0 | 5A | 2 | 77 | 5F | 36 |
| Octal | 34 | 371 | 30 | 131 | 0 | 132 | 2 | 167 | 137 | 66 |
| Binary | 11100 | 11111001 | 11000 | 1011001 | 0 | 1011010 | 10 | 1110111 | 1011111 | 110110 |
Color Harmonies of #1CF918
Complementary color
Monochromatic Colors of #1CF918
Black with #1CF918
Text Example
Text Example
White with #1CF918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF918; }
p { color: rgb(28,249,24); }
H1.HeaderClassName
{
color: #1CF918;
}
.AnyTagClassName
{
color: #1CF918;
}
</style>
background-color css
<style>
a { background-color: #1CF918; }
a { background-color: rgb(28,249,24); }
div.DivClassName
{
background-color: #1CF918;
}
.BgClassName
{
background-color: #1CF918;
}
</style>
border-color css
<style>
span { border-color: #1CF918; }
span { border-color: rgb(28,249,24); }
td.TdClassName
{
border-color: #1CF918;
}
.TagClassName
{
border-color: #1CF918;
}
</style>