Shades of Free Speech Green #12F81A
Tints of Free Speech Green #12F81A
RGB
CMYK
RGB Variations
Color information
#12F81A (or 0x12F81A) is known color: Free Speech Green. HEX triplet: 12, F8 and 1A. RGB value is (18,248,26). Sum of RGB (Red+Green+Blue) = 18+248+26=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 248 (97.27% from 255 or 84.93% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 248 - color contains mainly: green. Hex color #12F81A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F81A is #ED07E5. Grayscale: #9A9A9A. Windows color (decimal): -15534054 or 1767442. OLE color: 1767442.
HSL color Cylindrical-coordinate representation of color #12F81A: hue angle of 122.09º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F81A is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 248 | 26 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.03 |
| HSL | 122.09º | 0.94% | 0.52% | - |
| HSV(B) | 122.09º | 0.93% | 0.97% | - |
| XYZ | 34 | 67.34 | 12.18 | - |
| YUV | 153.92 | 55.8 | 31.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 248 | 26 | 0.93 | 0 | 0.90 | 0.03 | 122.09 | 0.94 | 0.52 |
| Hex | 12 | F8 | 1A | 5D | 0 | 5A | 3 | 7A | 5E | 34 |
| Octal | 22 | 370 | 32 | 135 | 0 | 132 | 3 | 172 | 136 | 64 |
| Binary | 10010 | 11111000 | 11010 | 1011101 | 0 | 1011010 | 11 | 1111010 | 1011110 | 110100 |
Color Harmonies of #12F81A
Complementary color
Monochromatic Colors of #12F81A
Black with #12F81A
Text Example
Text Example
White with #12F81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F81A; }
p { color: rgb(18,248,26); }
H1.HeaderClassName
{
color: #12F81A;
}
.AnyTagClassName
{
color: #12F81A;
}
</style>
background-color css
<style>
a { background-color: #12F81A; }
a { background-color: rgb(18,248,26); }
div.DivClassName
{
background-color: #12F81A;
}
.BgClassName
{
background-color: #12F81A;
}
</style>
border-color css
<style>
span { border-color: #12F81A; }
span { border-color: rgb(18,248,26); }
td.TdClassName
{
border-color: #12F81A;
}
.TagClassName
{
border-color: #12F81A;
}
</style>