Shades of Free Speech Green #1CFF12
Tints of Free Speech Green #1CFF12
RGB
CMYK
RGB Variations
Color information
#1CFF12 (or 0x1CFF12) is known color: Free Speech Green. HEX triplet: 1C, FF and 12. RGB value is (28,255,18). Sum of RGB (Red+Green+Blue) = 28+255+18=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 255 (100% from 255 or 84.72% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CFF12 is #E300ED. Grayscale: #A0A0A0. Windows color (decimal): -14876910 or 1244956. OLE color: 1244956.
HSL color Cylindrical-coordinate representation of color #1CFF12: hue angle of 117.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CFF12 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 18 | - |
| CMYK | 0.89 | 0 | 0.93 | 0 |
| HSL | 117.47º | 1% | 0.54% | - |
| HSV(B) | 117.47º | 0.93% | 1% | - |
| XYZ | 36.35 | 71.81 | 12.52 | - |
| YUV | 160.11 | 47.79 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 18 | 0.89 | 0 | 0.93 | 0 | 117.47 | 1 | 0.54 |
| Hex | 1C | FF | 12 | 59 | 0 | 5D | 0 | 75 | 64 | 36 |
| Octal | 34 | 377 | 22 | 131 | 0 | 135 | 0 | 165 | 144 | 66 |
| Binary | 11100 | 11111111 | 10010 | 1011001 | 0 | 1011101 | 0 | 1110101 | 1100100 | 110110 |
Color Harmonies of #1CFF12
Complementary color
Monochromatic Colors of #1CFF12
Black with #1CFF12
Text Example
Text Example
White with #1CFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFF12; }
p { color: rgb(28,255,18); }
H1.HeaderClassName
{
color: #1CFF12;
}
.AnyTagClassName
{
color: #1CFF12;
}
</style>
background-color css
<style>
a { background-color: #1CFF12; }
a { background-color: rgb(28,255,18); }
div.DivClassName
{
background-color: #1CFF12;
}
.BgClassName
{
background-color: #1CFF12;
}
</style>
border-color css
<style>
span { border-color: #1CFF12; }
span { border-color: rgb(28,255,18); }
td.TdClassName
{
border-color: #1CFF12;
}
.TagClassName
{
border-color: #1CFF12;
}
</style>