Shades of Free Speech Green #12FA2D
Tints of Free Speech Green #12FA2D
RGB
CMYK
RGB Variations
Color information
#12FA2D (or 0x12FA2D) is known color: Free Speech Green. HEX triplet: 12, FA and 2D. RGB value is (18,250,45). Sum of RGB (Red+Green+Blue) = 18+250+45=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 250 (98.05% from 255 or 79.87% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FA2D is #ED05D2. Grayscale: #9D9D9D. Windows color (decimal): -15533523 or 3013138. OLE color: 3013138.
HSL color Cylindrical-coordinate representation of color #12FA2D: hue angle of 126.98º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FA2D is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 45 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.02 |
| HSL | 126.98º | 0.96% | 0.53% | - |
| HSV(B) | 126.98º | 0.93% | 0.98% | - |
| XYZ | 34.91 | 68.69 | 13.9 | - |
| YUV | 157.26 | 64.64 | 28.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 45 | 0.93 | 0 | 0.82 | 0.02 | 126.98 | 0.96 | 0.53 |
| Hex | 12 | FA | 2D | 5D | 0 | 52 | 2 | 7F | 60 | 35 |
| Octal | 22 | 372 | 55 | 135 | 0 | 122 | 2 | 177 | 140 | 65 |
| Binary | 10010 | 11111010 | 101101 | 1011101 | 0 | 1010010 | 10 | 1111111 | 1100000 | 110101 |
Color Harmonies of #12FA2D
Complementary color
Monochromatic Colors of #12FA2D
Black with #12FA2D
Text Example
Text Example
White with #12FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FA2D; }
p { color: rgb(18,250,45); }
H1.HeaderClassName
{
color: #12FA2D;
}
.AnyTagClassName
{
color: #12FA2D;
}
</style>
background-color css
<style>
a { background-color: #12FA2D; }
a { background-color: rgb(18,250,45); }
div.DivClassName
{
background-color: #12FA2D;
}
.BgClassName
{
background-color: #12FA2D;
}
</style>
border-color css
<style>
span { border-color: #12FA2D; }
span { border-color: rgb(18,250,45); }
td.TdClassName
{
border-color: #12FA2D;
}
.TagClassName
{
border-color: #12FA2D;
}
</style>