Shades of Free Speech Green #12FA0B
Tints of Free Speech Green #12FA0B
RGB
CMYK
RGB Variations
Color information
#12FA0B (or 0x12FA0B) is known color: Free Speech Green. HEX triplet: 12, FA and 0B. RGB value is (18,250,11). Sum of RGB (Red+Green+Blue) = 18+250+11=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 250 (98.05% from 255 or 89.61% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12FA0B is #ED05F4. Grayscale: #9A9A9A. Windows color (decimal): -15533557 or 784914. OLE color: 784914.
HSL color Cylindrical-coordinate representation of color #12FA0B: hue angle of 118.24º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12FA0B is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 11 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.02 |
| HSL | 118.24º | 0.96% | 0.51% | - |
| HSV(B) | 118.24º | 0.96% | 0.98% | - |
| XYZ | 34.5 | 68.52 | 11.72 | - |
| YUV | 153.39 | 47.64 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 11 | 0.93 | 0 | 0.96 | 0.02 | 118.24 | 0.96 | 0.51 |
| Hex | 12 | FA | B | 5D | 0 | 60 | 2 | 76 | 60 | 33 |
| Octal | 22 | 372 | 13 | 135 | 0 | 140 | 2 | 166 | 140 | 63 |
| Binary | 10010 | 11111010 | 1011 | 1011101 | 0 | 1100000 | 10 | 1110110 | 1100000 | 110011 |
Color Harmonies of #12FA0B
Complementary color
Monochromatic Colors of #12FA0B
Black with #12FA0B
Text Example
Text Example
White with #12FA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FA0B; }
p { color: rgb(18,250,11); }
H1.HeaderClassName
{
color: #12FA0B;
}
.AnyTagClassName
{
color: #12FA0B;
}
</style>
background-color css
<style>
a { background-color: #12FA0B; }
a { background-color: rgb(18,250,11); }
div.DivClassName
{
background-color: #12FA0B;
}
.BgClassName
{
background-color: #12FA0B;
}
</style>
border-color css
<style>
span { border-color: #12FA0B; }
span { border-color: rgb(18,250,11); }
td.TdClassName
{
border-color: #12FA0B;
}
.TagClassName
{
border-color: #12FA0B;
}
</style>