Shades of Free Speech Green #12D317
Tints of Free Speech Green #12D317
RGB
CMYK
RGB Variations
Color information
#12D317 (or 0x12D317) is known color: Free Speech Green. HEX triplet: 12, D3 and 17. RGB value is (18,211,23). Sum of RGB (Red+Green+Blue) = 18+211+23=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 211 (82.81% from 255 or 83.73% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 211 - color contains mainly: green. Hex color #12D317 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D317 is #ED2CE8. Grayscale: #848484. Windows color (decimal): -15543529 or 1561362. OLE color: 1561362.
HSL color Cylindrical-coordinate representation of color #12D317: hue angle of 121.55º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D317 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 23 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.17 |
| HSL | 121.55º | 0.84% | 0.45% | - |
| HSV(B) | 121.55º | 0.91% | 0.83% | - |
| XYZ | 23.7 | 46.78 | 8.59 | - |
| YUV | 131.86 | 66.56 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 23 | 0.91 | 0 | 0.89 | 0.17 | 121.55 | 0.84 | 0.45 |
| Hex | 12 | D3 | 17 | 5B | 0 | 59 | 11 | 7A | 54 | 2D |
| Octal | 22 | 323 | 27 | 133 | 0 | 131 | 21 | 172 | 124 | 55 |
| Binary | 10010 | 11010011 | 10111 | 1011011 | 0 | 1011001 | 10001 | 1111010 | 1010100 | 101101 |
Color Harmonies of #12D317
Complementary color
Monochromatic Colors of #12D317
Black with #12D317
Text Example
Text Example
White with #12D317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D317; }
p { color: rgb(18,211,23); }
H1.HeaderClassName
{
color: #12D317;
}
.AnyTagClassName
{
color: #12D317;
}
</style>
background-color css
<style>
a { background-color: #12D317; }
a { background-color: rgb(18,211,23); }
div.DivClassName
{
background-color: #12D317;
}
.BgClassName
{
background-color: #12D317;
}
</style>
border-color css
<style>
span { border-color: #12D317; }
span { border-color: rgb(18,211,23); }
td.TdClassName
{
border-color: #12D317;
}
.TagClassName
{
border-color: #12D317;
}
</style>