Shades of Free Speech Green #12FE04
Tints of Free Speech Green #12FE04
RGB
CMYK
RGB Variations
Color information
#12FE04 (or 0x12FE04) is known color: Free Speech Green. HEX triplet: 12, FE and 04. RGB value is (18,254,4). Sum of RGB (Red+Green+Blue) = 18+254+4=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 254 (99.61% from 255 or 92.03% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12FE04 is #ED01FB. Grayscale: #9B9B9B. Windows color (decimal): -15532540 or 327186. OLE color: 327186.
HSL color Cylindrical-coordinate representation of color #12FE04: hue angle of 116.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12FE04 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 4 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.00 |
| HSL | 116.64º | 0.99% | 0.51% | - |
| HSV(B) | 116.64º | 0.98% | 1% | - |
| XYZ | 35.71 | 71.02 | 11.94 | - |
| YUV | 154.94 | 42.81 | 30.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 4 | 0.93 | 0 | 0.98 | 0.00 | 116.64 | 0.99 | 0.51 |
| Hex | 12 | FE | 4 | 5D | 0 | 62 | 0 | 75 | 63 | 33 |
| Octal | 22 | 376 | 4 | 135 | 0 | 142 | 0 | 165 | 143 | 63 |
| Binary | 10010 | 11111110 | 100 | 1011101 | 0 | 1100010 | 0 | 1110101 | 1100011 | 110011 |
Color Harmonies of #12FE04
Complementary color
Monochromatic Colors of #12FE04
Black with #12FE04
Text Example
Text Example
White with #12FE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FE04; }
p { color: rgb(18,254,4); }
H1.HeaderClassName
{
color: #12FE04;
}
.AnyTagClassName
{
color: #12FE04;
}
</style>
background-color css
<style>
a { background-color: #12FE04; }
a { background-color: rgb(18,254,4); }
div.DivClassName
{
background-color: #12FE04;
}
.BgClassName
{
background-color: #12FE04;
}
</style>
border-color css
<style>
span { border-color: #12FE04; }
span { border-color: rgb(18,254,4); }
td.TdClassName
{
border-color: #12FE04;
}
.TagClassName
{
border-color: #12FE04;
}
</style>