Shades of Free Speech Green #12E706
Tints of Free Speech Green #12E706
RGB
CMYK
RGB Variations
Color information
#12E706 (or 0x12E706) is known color: Free Speech Green. HEX triplet: 12, E7 and 06. RGB value is (18,231,6). Sum of RGB (Red+Green+Blue) = 18+231+6=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 231 (90.62% from 255 or 90.59% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 231 - color contains mainly: green. Hex color #12E706 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12E706 is #ED18F9. Grayscale: #8E8E8E. Windows color (decimal): -15538426 or 452370. OLE color: 452370.
HSL color Cylindrical-coordinate representation of color #12E706: hue angle of 116.8º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12E706 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 231 | 6 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.09 |
| HSL | 116.8º | 0.95% | 0.46% | - |
| HSV(B) | 116.8º | 0.97% | 0.91% | - |
| XYZ | 28.86 | 57.29 | 9.71 | - |
| YUV | 141.66 | 51.43 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 231 | 6 | 0.92 | 0 | 0.97 | 0.09 | 116.8 | 0.95 | 0.46 |
| Hex | 12 | E7 | 6 | 5C | 0 | 61 | 9 | 75 | 5F | 2E |
| Octal | 22 | 347 | 6 | 134 | 0 | 141 | 11 | 165 | 137 | 56 |
| Binary | 10010 | 11100111 | 110 | 1011100 | 0 | 1100001 | 1001 | 1110101 | 1011111 | 101110 |
Color Harmonies of #12E706
Complementary color
Monochromatic Colors of #12E706
Black with #12E706
Text Example
Text Example
White with #12E706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E706; }
p { color: rgb(18,231,6); }
H1.HeaderClassName
{
color: #12E706;
}
.AnyTagClassName
{
color: #12E706;
}
</style>
background-color css
<style>
a { background-color: #12E706; }
a { background-color: rgb(18,231,6); }
div.DivClassName
{
background-color: #12E706;
}
.BgClassName
{
background-color: #12E706;
}
</style>
border-color css
<style>
span { border-color: #12E706; }
span { border-color: rgb(18,231,6); }
td.TdClassName
{
border-color: #12E706;
}
.TagClassName
{
border-color: #12E706;
}
</style>