Shades of Free Speech Green #12F802
Tints of Free Speech Green #12F802
RGB
CMYK
RGB Variations
Color information
#12F802 (or 0x12F802) is known color: Free Speech Green. HEX triplet: 12, F8 and 02. RGB value is (18,248,2). Sum of RGB (Red+Green+Blue) = 18+248+2=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 248 (97.27% from 255 or 92.54% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 248 - color contains mainly: green. Hex color #12F802 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F802 is #ED07FD. Grayscale: #979797. Windows color (decimal): -15534078 or 194578. OLE color: 194578.
HSL color Cylindrical-coordinate representation of color #12F802: hue angle of 116.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12F802 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 248 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.03 |
| HSL | 116.1º | 0.98% | 0.49% | - |
| HSV(B) | 116.1º | 0.99% | 0.97% | - |
| XYZ | 33.83 | 67.27 | 11.26 | - |
| YUV | 151.19 | 43.8 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 248 | 2 | 0.93 | 0 | 0.99 | 0.03 | 116.1 | 0.98 | 0.49 |
| Hex | 12 | F8 | 2 | 5D | 0 | 63 | 3 | 74 | 62 | 31 |
| Octal | 22 | 370 | 2 | 135 | 0 | 143 | 3 | 164 | 142 | 61 |
| Binary | 10010 | 11111000 | 10 | 1011101 | 0 | 1100011 | 11 | 1110100 | 1100010 | 110001 |
Color Harmonies of #12F802
Complementary color
Monochromatic Colors of #12F802
Black with #12F802
Text Example
Text Example
White with #12F802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F802; }
p { color: rgb(18,248,2); }
H1.HeaderClassName
{
color: #12F802;
}
.AnyTagClassName
{
color: #12F802;
}
</style>
background-color css
<style>
a { background-color: #12F802; }
a { background-color: rgb(18,248,2); }
div.DivClassName
{
background-color: #12F802;
}
.BgClassName
{
background-color: #12F802;
}
</style>
border-color css
<style>
span { border-color: #12F802; }
span { border-color: rgb(18,248,2); }
td.TdClassName
{
border-color: #12F802;
}
.TagClassName
{
border-color: #12F802;
}
</style>