Shades of Free Speech Green #12F32B
Tints of Free Speech Green #12F32B
RGB
CMYK
RGB Variations
Color information
#12F32B (or 0x12F32B) is known color: Free Speech Green. HEX triplet: 12, F3 and 2B. RGB value is (18,243,43). Sum of RGB (Red+Green+Blue) = 18+243+43=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 243 (95.31% from 255 or 79.93% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 243 - color contains mainly: green. Hex color #12F32B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F32B is #ED0CD4. Grayscale: #999999. Windows color (decimal): -15535317 or 2880274. OLE color: 2880274.
HSL color Cylindrical-coordinate representation of color #12F32B: hue angle of 126.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F32B is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 243 | 43 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.05 |
| HSL | 126.67º | 0.9% | 0.51% | - |
| HSV(B) | 126.67º | 0.93% | 0.95% | - |
| XYZ | 32.74 | 64.4 | 12.99 | - |
| YUV | 152.93 | 65.96 | 31.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 243 | 43 | 0.93 | 0 | 0.82 | 0.05 | 126.67 | 0.9 | 0.51 |
| Hex | 12 | F3 | 2B | 5D | 0 | 52 | 5 | 7F | 5A | 33 |
| Octal | 22 | 363 | 53 | 135 | 0 | 122 | 5 | 177 | 132 | 63 |
| Binary | 10010 | 11110011 | 101011 | 1011101 | 0 | 1010010 | 101 | 1111111 | 1011010 | 110011 |
Color Harmonies of #12F32B
Complementary color
Monochromatic Colors of #12F32B
Black with #12F32B
Text Example
Text Example
White with #12F32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F32B; }
p { color: rgb(18,243,43); }
H1.HeaderClassName
{
color: #12F32B;
}
.AnyTagClassName
{
color: #12F32B;
}
</style>
background-color css
<style>
a { background-color: #12F32B; }
a { background-color: rgb(18,243,43); }
div.DivClassName
{
background-color: #12F32B;
}
.BgClassName
{
background-color: #12F32B;
}
</style>
border-color css
<style>
span { border-color: #12F32B; }
span { border-color: rgb(18,243,43); }
td.TdClassName
{
border-color: #12F32B;
}
.TagClassName
{
border-color: #12F32B;
}
</style>