Shades of Free Speech Green #12F603
Tints of Free Speech Green #12F603
RGB
CMYK
RGB Variations
Color information
#12F603 (or 0x12F603) is known color: Free Speech Green. HEX triplet: 12, F6 and 03. RGB value is (18,246,3). Sum of RGB (Red+Green+Blue) = 18+246+3=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 246 (96.48% from 255 or 92.13% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 246 - color contains mainly: green. Hex color #12F603 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F603 is #ED09FC. Grayscale: #969696. Windows color (decimal): -15534589 or 259602. OLE color: 259602.
HSL color Cylindrical-coordinate representation of color #12F603: hue angle of 116.3º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12F603 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 246 | 3 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.04 |
| HSL | 116.3º | 0.98% | 0.49% | - |
| HSV(B) | 116.3º | 0.99% | 0.96% | - |
| XYZ | 33.22 | 66.05 | 11.08 | - |
| YUV | 150.13 | 44.96 | 33.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 246 | 3 | 0.93 | 0 | 0.99 | 0.04 | 116.3 | 0.98 | 0.49 |
| Hex | 12 | F6 | 3 | 5D | 0 | 63 | 4 | 74 | 62 | 31 |
| Octal | 22 | 366 | 3 | 135 | 0 | 143 | 4 | 164 | 142 | 61 |
| Binary | 10010 | 11110110 | 11 | 1011101 | 0 | 1100011 | 100 | 1110100 | 1100010 | 110001 |
Color Harmonies of #12F603
Complementary color
Monochromatic Colors of #12F603
Black with #12F603
Text Example
Text Example
White with #12F603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F603; }
p { color: rgb(18,246,3); }
H1.HeaderClassName
{
color: #12F603;
}
.AnyTagClassName
{
color: #12F603;
}
</style>
background-color css
<style>
a { background-color: #12F603; }
a { background-color: rgb(18,246,3); }
div.DivClassName
{
background-color: #12F603;
}
.BgClassName
{
background-color: #12F603;
}
</style>
border-color css
<style>
span { border-color: #12F603; }
span { border-color: rgb(18,246,3); }
td.TdClassName
{
border-color: #12F603;
}
.TagClassName
{
border-color: #12F603;
}
</style>